We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cfbfb commit fb4ce0aCopy full SHA for fb4ce0a
1 file changed
.github/workflows/publish.yml
@@ -21,6 +21,7 @@ jobs:
21
matrix:
22
# Ruby 3.4 requires BASERUBY 3.0
23
entry:
24
+ - { os: 'plucky', tag: 'gcc-16', extras: 'g++-16' }
25
- { os: 'plucky', tag: 'gcc-15', extras: 'g++-15' }
26
- { os: 'noble', tag: 'gcc-14', extras: 'g++-14' }
27
- { os: 'noble', tag: 'gcc-13', extras: 'g++-13' }
0 commit comments