Skip to content

Commit 660b420

Browse files
authored
Build: Go back to macos-latest (#546)
Now macos-latest has moved to Arm64. See https://github.com/actions/runner-images?tab=readme-ov-file#available-images.
1 parent 485db4c commit 660b420

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/analyze.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ env:
1313
jobs:
1414
analyze-shell-scripts:
1515
name: Shell Scripts
16-
# See https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source
17-
runs-on: macos-14
16+
runs-on: macos-latest
1817
env:
1918
JOB_TYPE: ANALYZE
2019
HOMEBREW_NO_INSTALL_CLEANUP: 1

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ env:
1717
jobs:
1818
build-macos:
1919
name: macOS XCODE5
20-
# See https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source
21-
runs-on: macos-14
20+
runs-on: macos-latest
2221
env:
2322
JOB_TYPE: BUILD
2423
HOMEBREW_NO_INSTALL_CLEANUP: 1

0 commit comments

Comments
 (0)