Skip to content

Commit d80848a

Browse files
committed
leave ubuntu out for now
1 parent 9398c76 commit d80848a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [macos-14, macos-latest, ubuntu-latest, windows-latest]
15+
os: [macos-14, macos-latest, windows-latest]
1616
include:
1717
- os: macos-14
1818
name: "macOS ARM"
1919
- os: macos-latest
2020
name: "macOS x86"
21-
- os: ubuntu-latest
22-
name: "Linux"
2321
- os: windows-latest
2422
name: "Windows"
2523

0 commit comments

Comments
 (0)