Skip to content

Commit

Permalink
It appears that not all testcases are adapted for macos-15 yet, so fo…
Browse files Browse the repository at this point in the history
…r now use macos-14
  • Loading branch information
jan.nijtmans committed Jan 29, 2025
1 parent 7ad7f84 commit 6200b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
ERROR_ON_FAILURES: 1
jobs:
xcode:
runs-on: macos-15
runs-on: macos-14
defaults:
run:
shell: bash
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
fi
timeout-minutes: 30
clang:
runs-on: macos-15
runs-on: macos-14
strategy:
matrix:
symbols:
Expand Down

0 comments on commit 6200b8d

Please sign in to comment.