We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485db4c commit 660b420Copy full SHA for 660b420
.github/workflows/analyze.yml
@@ -13,8 +13,7 @@ env:
13
jobs:
14
analyze-shell-scripts:
15
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
+ runs-on: macos-latest
18
env:
19
JOB_TYPE: ANALYZE
20
HOMEBREW_NO_INSTALL_CLEANUP: 1
.github/workflows/build.yml
@@ -17,8 +17,7 @@ env:
build-macos:
name: macOS XCODE5
21
22
23
JOB_TYPE: BUILD
24
0 commit comments