From e7462812772930007620349ef02d5f874f206d46 Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Sat, 20 Apr 2024 21:21:42 +0200 Subject: [PATCH] ci: update to macos-14 macos-11 is being deprecated, lets use the opportunity to jump to M1 based macos-14 (Sonoma) --- .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 9dab3185e..7addf51b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: dist/latest-linux-arm64.yml build-mac: name: macOS - runs-on: macos-11 + runs-on: macos-14 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4