From 15d195ea5f88b8bd5a2e891355a76d3153cce1ee Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Sat, 20 Apr 2024 21:52:59 +0200 Subject: ci: update to macos-14 (#958) 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 9dab318..7addf51 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 -- cgit v1.2.3