We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 551131a + 1946bed commit 8320b61Copy full SHA for 8320b61
1 file changed
.github/workflows/swift-ci.yml
@@ -13,13 +13,14 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, macos-latest]
+ # os: [ubuntu-latest, macos-latest]
17
+ os: [macos-latest]
18
19
steps:
20
- uses: actions/checkout@v4
21
22
- name: Set up Swift
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
23
+ uses: SwiftyLab/setup-swift@latest
24
with:
25
swift-version: '5.10'
26
0 commit comments