Skip to content

Commit

Permalink
Don't run tests on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Oct 2, 2023
1 parent fad9126 commit c5c2ec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/swift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
needs: variables
strategy:
matrix:
os: [ macOS, ubuntu ]
os:
- macOS
# - ubuntu
swift-version-offset: [ 0 ]
uses: sersoft-gmbh/oss-common-actions/.github/workflows/swift-test-spm.yml@main
with:
Expand Down

0 comments on commit c5c2ec4

Please sign in to comment.