Skip to content

Commit a24e39d

Browse files
authored
Re-enable Linux CI (#73)
* Re-enable tests on Linux * Use ubuntu-latest * Update Swift setup action in GitHub workflow
1 parent 8238877 commit a24e39d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ jobs:
1717
run: swift test -v
1818

1919
test-linux:
20-
if: false
21-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-latest
2221
steps:
2322
- uses: actions/checkout@v3
24-
- uses: swift-actions/setup-swift@v2
23+
- uses: SwiftyLab/setup-swift@latest
2524
with:
2625
swift-version: "6.1.0"
2726
- name: Get swift version

0 commit comments

Comments
 (0)