From d5e66fb95583295a5719b2815e6a3a1a049b8067 Mon Sep 17 00:00:00 2001 From: codgician <15964984+codgician@users.noreply.github.com> Date: Sun, 12 Jan 2025 22:15:02 +0800 Subject: [PATCH] ci: bump macOS to 15 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e48411b..a2a5b8e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: - run: nix fmt . -- --check - run: nix flake check tests-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v24