We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c370e6 commit 4fccdb7Copy full SHA for 4fccdb7
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