Skip to content

Commit

Permalink
move gcc5 to gcc7
Browse files Browse the repository at this point in the history
  • Loading branch information
wiso committed Nov 9, 2023
1 parent bf2f522 commit 86e0e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
cd libs/histogram
../../b2 $B2_OPTS cxxstd=17 test//all
gcc5:
gcc7:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: egor-tensin/setup-gcc@v1
with:
version: 5
version: 7
- name: Fetch Boost superproject
run: |
cd ..
Expand Down

0 comments on commit 86e0e39

Please sign in to comment.