Skip to content

Commit c098ea2

Browse files
committed
Use noble for gcc-13, lunar is EOL today
1 parent 667b971 commit c098ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Ruby 3.4 requires BASERUBY 3.0
2323
entry:
2424
- { os: 'noble', tag: 'gcc-14', extras: 'g++-14' }
25-
- { os: 'lunar', tag: 'gcc-13', extras: 'g++-13' }
25+
- { os: 'noble', tag: 'gcc-13', extras: 'g++-13' }
2626
- { os: 'jammy', tag: 'gcc-12', extras: 'g++-12' }
2727
- { os: 'jammy', tag: 'gcc-11', extras: 'g++-11' }
2828
- { os: 'jammy', tag: 'gcc-10', extras: 'g++-10' }

0 commit comments

Comments
 (0)