From 1325d489a67782351c750df748fa8576e77bbd08 Mon Sep 17 00:00:00 2001 From: Elliot Cameron <3noch@users.noreply.github.com> Date: Tue, 2 May 2023 15:32:04 -0400 Subject: [PATCH] Upgrade to macos-12 builder in CI --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e3c4d60..4f46e5f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -4,7 +4,7 @@ on: push: jobs: tests: - runs-on: macos-10.15 + runs-on: macos-12 steps: - uses: actions/checkout@v2.4.0 - uses: cachix/install-nix-action@v15