From d3d17ec5706ade153f5bc9fd33f0658c0006eaca Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Mon, 4 Apr 2022 23:27:06 -0700 Subject: [PATCH] CI: build on macos-12 not 11 Signed-off-by: Stephen Gutekanst --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 129c93b6..5b13a34a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - name: test run: cd ${{ matrix.project }} && zig build test x86_64-macos: - runs-on: macos-latest + runs-on: macos-12 strategy: matrix: project: ['.', 'glfw']