We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0203f3f commit 9d0173aCopy full SHA for 9d0173a
.github/workflows/swift.yml
@@ -1,7 +1,7 @@
1
-# This workflow will build a Swift project
+# This workflow will build a Swift project on macOS
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
3
4
-name: Swift
+name: macos-build
5
6
on:
7
push:
@@ -16,7 +16,7 @@ jobs:
16
# https://github.com/actions/runner-images/tree/main/images/macos
17
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
18
19
- runs-on: macos-latest
+ runs-on: macos-13-arm64
20
21
steps:
22
- uses: actions/checkout@v3
0 commit comments