Skip to content

Commit

Permalink
Update test-build-gcc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan authored Jun 4, 2024
1 parent 1d9fd74 commit 9974b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compilers: [g++-7, g++-8, g++-9, g++-10, g++-11]
compilers: [g++-7, g++-8, g++-9, g++-10]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 9974b04

Please sign in to comment.