From 8c7040e03a1cabf4b9dffad7c99633819e50ea5b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 3 Feb 2024 15:28:02 -0500 Subject: ci/macos: Try the new M1 runner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ca0a75..6276627 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: macos: name: macOS - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v4 -- cgit v1.2.3