Skip to content

Commit 9d0173a

Browse files
authored
Update for macOS 13 Apple Silicon
1 parent 0203f3f commit 9d0173a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This workflow will build a Swift project
1+
# This workflow will build a Swift project on macOS
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
33

4-
name: Swift
4+
name: macos-build
55

66
on:
77
push:
@@ -16,7 +16,7 @@ jobs:
1616
# https://github.com/actions/runner-images/tree/main/images/macos
1717
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
1818

19-
runs-on: macos-latest
19+
runs-on: macos-13-arm64
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)