From f7cea5f3042cfee7a841f5711e2185e51ab6c41a Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Mon, 4 Apr 2022 23:52:45 -0700 Subject: [PATCH] CI: use macos-latest runners (macos-12 runners rarely available) 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 cc2363f0..3890d063 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-12 + runs-on: macos-latest strategy: matrix: project: ['.', 'glfw']