aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristoph Settgast <csett86_git@quicksands.de>2024-04-20 21:52:59 +0200
committerGitHub <noreply@github.com>2024-04-20 21:52:59 +0200
commit15d195ea5f88b8bd5a2e891355a76d3153cce1ee (patch)
tree6d2449d929a5fbff5e1827f60bfd3a31d14c11f0 /.github
parentedc4b67bed867188277bbfe806a75755929e1f9d (diff)
ci: update to macos-14 (#958)
macos-11 is being deprecated, lets use the opportunity to jump to M1 based macos-14 (Sonoma)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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