Skip to content

Commit 8320b61

Browse files
authored
Merge pull request #4 from StreamUI/062724-actions
Github actions swift error fix (hopefully)
2 parents 551131a + 1946bed commit 8320b61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/swift-ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macos-latest]
16+
# os: [ubuntu-latest, macos-latest]
17+
os: [macos-latest]
1718

1819
steps:
1920
- uses: actions/checkout@v4
2021

2122
- name: Set up Swift
22-
uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
23+
uses: SwiftyLab/setup-swift@latest
2324
with:
2425
swift-version: '5.10'
2526

0 commit comments

Comments
 (0)