CI: build on macos-12 not 11

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-04-04 23:27:06 -07:00 committed by Stephen Gutekanst
parent c3f8f9a4d5
commit d3d17ec570

View file

@ -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']