CI: build on macos-12 not 11
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c3f8f9a4d5
commit
d3d17ec570
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
|
- name: test
|
||||||
run: cd ${{ matrix.project }} && zig build test
|
run: cd ${{ matrix.project }} && zig build test
|
||||||
x86_64-macos:
|
x86_64-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-12
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
project: ['.', 'glfw']
|
project: ['.', 'glfw']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue