Skip to content

Commit

Permalink
Reorder the jobs so that GCC are first
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetarpmedia committed May 23, 2024
1 parent e0edab4 commit 0e9dcf4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
cxx_std: [c++2b]
stdlib: [libstdc++]
include:
- os: ubuntu-20.04
shortosname: ubu-20
compiler: g++-10
cxx_std: c++20
stdlib: libstdc++
- os: ubuntu-24.04
shortosname: ubu-24
compiler: clang++-18
Expand All @@ -45,11 +50,6 @@ jobs:
compiler: clang++-12
cxx_std: c++20
stdlib: libstdc++
- os: ubuntu-20.04
shortosname: ubu-20
compiler: g++-10
cxx_std: c++20
stdlib: libstdc++
- os: macos-14
shortosname: mac-14
compiler: clang++
Expand Down

0 comments on commit 0e9dcf4

Please sign in to comment.