diff options
author | culler <culler> | 2024-05-26 01:26:05 (GMT) |
---|---|---|
committer | culler <culler> | 2024-05-26 01:26:05 (GMT) |
commit | 596308daa8e8f621aafc4849bd0a98842a15402f (patch) | |
tree | b95c2a7e82767e4e2b977bb991367b30725b670e | |
parent | c7a1c8ab1b6d29b631d2b77c3ddf3159b191000e (diff) | |
download | tk-596308daa8e8f621aafc4849bd0a98842a15402f.zip tk-596308daa8e8f621aafc4849bd0a98842a15402f.tar.gz tk-596308daa8e8f621aafc4849bd0a98842a15402f.tar.bz2 |
Try macOS 12
-rw-r--r-- | .github/workflows/mac-build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index b5f077f..7f07669 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -14,7 +14,7 @@ env: ERROR_ON_FAILURES: 1 jobs: xcode: - runs-on: macos-11 + runs-on: macos-12 defaults: run: shell: bash @@ -49,7 +49,7 @@ jobs: } - name: Run Tests run: | - make test | tee out.txt + make TESTFLAGS="-verbose bpest" test | tee out.txt nmatches=$( grep -c "Failed 0" out.txt ) if [ $nmatches -lt 4 ] then @@ -58,7 +58,7 @@ jobs: fi timeout-minutes: 30 clang: - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: symbols: |