Skip to content

Commit

Permalink
Build: Go back to macos-latest (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Jun 17, 2024
1 parent 485db4c commit 660b420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ env:
jobs:
analyze-shell-scripts:
name: Shell Scripts
# See https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source
runs-on: macos-14
runs-on: macos-latest
env:
JOB_TYPE: ANALYZE
HOMEBREW_NO_INSTALL_CLEANUP: 1
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ env:
jobs:
build-macos:
name: macOS XCODE5
# See https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source
runs-on: macos-14
runs-on: macos-latest
env:
JOB_TYPE: BUILD
HOMEBREW_NO_INSTALL_CLEANUP: 1
Expand Down

0 comments on commit 660b420

Please sign in to comment.