CI: use macos-latest runners (macos-12 runners rarely available)
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3bf471ccf9
commit
f7cea5f304
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
- name: test
|
||||
run: cd ${{ matrix.project }} && zig build test
|
||||
x86_64-macos:
|
||||
runs-on: macos-12
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
matrix:
|
||||
project: ['.', 'glfw']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue