Skip to content

Commit

Permalink
Start with gcc 9
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 2, 2024
1 parent c35ff1a commit eabd227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
gcc-version: [7, 8, 9, 10, 11, 13]
gcc-version: [9, 10, 11, 13]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit eabd227

Please sign in to comment.