From 217cc3989a1120225ad48e339d3f133f3e6a19ea Mon Sep 17 00:00:00 2001 From: Ali Chraghi Date: Thu, 29 Sep 2022 19:38:57 +0330 Subject: [PATCH] ci: update to macos-12 --- .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 b1b8e4b3..6761a78c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - name: test run: zig build test x86_64-macos: - runs-on: macos-latest + runs-on: macos-12 # We want to run on external PRs, but not on our own internal PRs as they'll be run by the push # to the branch. if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository