Skip to content

Commit

Permalink
ci: update to macos-14 (#958)
Browse files Browse the repository at this point in the history
macos-11 is being deprecated, lets use the opportunity to jump to M1 based macos-14 (Sonoma)
  • Loading branch information
csett86 authored Apr 20, 2024
1 parent edc4b67 commit 15d195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15d195e

Please sign in to comment.