Skip to content

Commit

Permalink
Merge pull request #82 from ruby/use-noble-gcc-13
Browse files Browse the repository at this point in the history
Use noble image for gcc-13
  • Loading branch information
hsbt authored Dec 9, 2024
2 parents 667b971 + c9664b5 commit 9712895
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Ruby 3.4 requires BASERUBY 3.0
entry:
- { os: 'noble', tag: 'gcc-14', extras: 'g++-14' }
- { os: 'lunar', tag: 'gcc-13', extras: 'g++-13' }
- { os: 'noble', tag: 'gcc-13', extras: 'g++-13' }
- { os: 'jammy', tag: 'gcc-12', extras: 'g++-12' }
- { os: 'jammy', tag: 'gcc-11', extras: 'g++-11' }
- { os: 'jammy', tag: 'gcc-10', extras: 'g++-10' }
Expand Down
7 changes: 0 additions & 7 deletions assets/99lunar.list

This file was deleted.

0 comments on commit 9712895

Please sign in to comment.