Skip to content

Commit 1266533

Browse files
committed
add other systems back
1 parent 1a89021 commit 1266533

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [windows-latest]
15+
os: [macos-14, macos-latest, ubuntu-latest, windows-latest]
1616
include:
17-
# - os: macos-14
18-
# name: "macOS ARM"
19-
# - os: macos-latest
20-
# name: "macOS x86"
21-
# - os: ubuntu-latest
22-
# name: "Linux"
17+
- os: macos-14
18+
name: "macOS ARM"
19+
- os: macos-latest
20+
name: "macOS x86"
21+
- os: ubuntu-latest
22+
name: "Linux"
2323
- os: windows-latest
2424
name: "Windows"
2525

0 commit comments

Comments
 (0)