CI: use macos-latest runners (macos-12 runners rarely available)

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-04-04 23:52:45 -07:00 committed by Stephen Gutekanst
parent 3bf471ccf9
commit f7cea5f304

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-12 runs-on: macos-latest
strategy: strategy:
matrix: matrix:
project: ['.', 'glfw'] project: ['.', 'glfw']