Skip to content

Commit

Permalink
Update autotools.yml
Browse files Browse the repository at this point in the history
Remove the gcc-8 job.
  • Loading branch information
amitdo committed Mar 11, 2024
1 parent 872ca6d commit cc3c507
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- { name: ubuntu-22.04-gcc-11-autotools, os: ubuntu-22.04, cxx: g++-11 } #installed
- { name: ubuntu-20.04-gcc-10-autotools, os: ubuntu-20.04, cxx: g++-10 } #installed
- { name: ubuntu-20.04-gcc-9-autotools, os: ubuntu-20.04, cxx: g++-9 } #installed
- { name: ubuntu-20.04-gcc-8-autotools, os: ubuntu-20.04, cxx: g++-8 }

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

0 comments on commit cc3c507

Please sign in to comment.