We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfba35d commit 1946bedCopy full SHA for 1946bed
1 file changed
.github/workflows/swift-ci.yml
@@ -13,7 +13,8 @@ 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
0 commit comments