Skip to content

Commit 1946bed

Browse files
committed
Lets just use MacOS for now
1 parent bfba35d commit 1946bed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swift-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ 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

0 commit comments

Comments
 (0)