Skip to content

Commit 38321cd

Browse files
authored
Remove Ubuntu from CI workflow, using only macOS for testing (#868)
1 parent 0e6f1c2 commit 38321cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-22.04, macos-15]
16+
os: [macos-15]
1717
swift: ["6.0", "6.1"]
1818
env:
1919
RUNALL: "true"

0 commit comments

Comments
 (0)