Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sekiguchi-nagisa committed May 20, 2024
1 parent 54fc23c commit 4be284d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
cc: [ g++-9, g++-10, g++-11, g++-12, g++-13 ]
cc: [ g++-9, g++-10, g++-11, g++-12 ]
steps:
- uses: actions/checkout@v4
- name: prepare
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
cc: [ g++-14 ]
cc: [ g++-13, g++-14 ]
steps:
- uses: actions/checkout@v4
- name: prepare
Expand Down

0 comments on commit 4be284d

Please sign in to comment.