diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5b5a5eb..3f92d4fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: .github/workflows/generic-build.sh ${{ matrix.arch }} build-osx: - name: Build and test OSX executable (macOS-latest) - runs-on: macOS-latest + name: Build and test OSX executable (macos-latest) + runs-on: macos-latest env: CC: clang CXX: clang++ @@ -61,31 +61,6 @@ jobs: sudo .github/workflows/ci-run-tests.sh - build-osx-big-sur: - if: false - name: Build and test OSX executable (Big Sur) - runs-on: macOS-11 - env: - CC: clang - CXX: clang++ - - steps: - - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '11.7.0' - - - uses: actions/checkout@v2 - - - name: Prepare - run: | - chmod u+x .github/workflows/osx-build.sh .github/workflows/ci-run-tests.sh - brew install zlib bash cmake pkgconfig python@3.9 openssl@1.1 dwarfutils - - - name: Build for OSX - run: | - sudo .github/workflows/osx-build.sh - sudo .github/workflows/ci-run-tests.sh - build-freebsd: runs-on: macos-12 name: Build and test FreeBSD executable