Skip to content

Commit

Permalink
Update build_servers_gcc.yml (#8338)
Browse files Browse the repository at this point in the history
Add a separate job to run specifically for GCC 13 in Ubuntu 24.04 as the package was removed from Ubuntu 22.04.

Related issue actions/runner-images#9866
  • Loading branch information
aleos89 committed May 18, 2024
1 parent aa62b2f commit b81904d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_servers_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
# Available: ubuntu-22.04, ubuntu-20.04
os: [ubuntu-latest]
# Older versions of GCC are not available via unaltered aptitude repo lists.
gcc: ['9', '10', '11', '12', '13']
gcc: ['9', '10', '11', '12']
# GCC 13 was removed from 22.04, include it as a separate job
include:
- os: ubuntu-24.04
gcc: 13

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b81904d

Please sign in to comment.