Skip to content

Commit f67ac55

Browse files
authored
Update swift-build-test.yml
1 parent a091d6e commit f67ac55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/swift-build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ on:
1414

1515
jobs:
1616
build:
17-
runs-on: macos-latest
17+
runs-on: macos-14-arm64
1818
steps:
19-
- uses: swift-actions/setup-swift@v1
20-
with:
21-
swift-version: "5.9"
19+
# - uses: swift-actions/setup-swift@v1
20+
# with:
21+
# swift-version: "5.9"
2222
- name: Get swift version
2323
run: swift --version
2424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)