Skip to content

Commit

Permalink
ci: use macOS 13 for macOS jobs
Browse files Browse the repository at this point in the history
... because predator is not (yet) compatible with arm64 macOS.
  • Loading branch information
lzaoral committed May 2, 2024
1 parent 2e2b2e6 commit 8812636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- variant: ', variant: debug build'
host: llvm-debug

runs-on: macos-latest
runs-on: macos-13
env:
CFLAGS: -Werror
CXXFLAGS: -Werror
Expand Down

0 comments on commit 8812636

Please sign in to comment.