We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf7319 commit 8175f67Copy full SHA for 8175f67
.github/workflows/publish.yml
@@ -21,6 +21,7 @@ jobs:
21
matrix:
22
# Ruby 3.4 requires BASERUBY 3.0
23
entry:
24
+ - { os: 'noble', tag: 'gcc-15', extras: 'g++-15' }
25
- { os: 'noble', tag: 'gcc-14', extras: 'g++-14' }
26
- { os: 'noble', tag: 'gcc-13', extras: 'g++-13' }
27
- { os: 'jammy', tag: 'gcc-12', extras: 'g++-12' }
0 commit comments