We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d0831 commit 7f5bb81Copy full SHA for 7f5bb81
1 file changed
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
# macos-15 has to be renamed into macos-15-arm64, otherwise, it will
37
# generate a name collision in the cache restoration keys with
38
# macos-15-intel.
39
- os: [ubuntu-latest, windows-latest, macos-15-intel, macos-15-arm64]
+ os: [ubuntu-latest]
40
41
env:
42
BUILD_TYPE: ${{ inputs.build-type || 'Release' }}
0 commit comments