We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de098c commit fe3c7cdCopy full SHA for fe3c7cd
1 file changed
.github/workflows/CI-unixish.yml
@@ -21,8 +21,8 @@ jobs:
21
22
strategy:
23
matrix:
24
- os: [ubuntu-22.04, macos-15]
25
- int128: [Off, On]
+ os: [ubuntu-22.04]
+ int128: [On]
26
fail-fast: false # Prefer quick result
27
28
runs-on: ${{ matrix.os }}
0 commit comments