From f7b5ea78e3d51589e2724d35e154a792859e56af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20=C3=85stholm?= Date: Tue, 3 Dec 2024 23:04:00 +0100 Subject: [PATCH] CI: run on macos-latest GitHub killed off macos-12 today. --- .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 52b7c18..f013b5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: # - name: test # run: zig build test x86_64-macos: - runs-on: macos-12 + runs-on: macos-latest # 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