Skip to content

Commit 7f5bb81

Browse files
committed
TMP: reduce build matrix
1 parent 40d0831 commit 7f5bb81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# macos-15 has to be renamed into macos-15-arm64, otherwise, it will
3737
# generate a name collision in the cache restoration keys with
3838
# macos-15-intel.
39-
os: [ubuntu-latest, windows-latest, macos-15-intel, macos-15-arm64]
39+
os: [ubuntu-latest]
4040

4141
env:
4242
BUILD_TYPE: ${{ inputs.build-type || 'Release' }}

0 commit comments

Comments
 (0)