Skip to content

Commit 5e50eae

Browse files
authored
use x64 macOS for github action
1 parent fe7fa5d commit 5e50eae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ 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-13-arm64
19+
# runs-on: macos-13-arm64
20+
runs-on: macos-13
2021

2122
steps:
2223
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)