Skip to content

Commit

Permalink
Merge pull request #861 from cppalliance/fix_ci
Browse files Browse the repository at this point in the history
Replace usages of deprecated OS
  • Loading branch information
mborland authored Feb 17, 2025
2 parents 45e2e1d + 4c4fa03 commit 13c9083
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,22 @@ jobs:
- toolset: gcc-9
cxxstd: "03,11,14,17,2a"
address_model: 32,64
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- g++-9-multilib
- toolset: gcc-9
cxxstd: "03-gnu,11-gnu,14-gnu,17-gnu,2a-gnu"
address_model: 32,64
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- g++-9-multilib
- toolset: gcc-10
cxxstd: "03,11,14,17,20"
address_model: 32,64
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- g++-10-multilib
- toolset: gcc-11
Expand Down Expand Up @@ -143,13 +146,15 @@ jobs:
- toolset: clang
compiler: clang++-9
cxxstd: "03,11,14,17,2a"
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- clang-9
- toolset: clang
compiler: clang++-10
cxxstd: "03,11,14,17,20"
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- clang-10
- toolset: clang
Expand Down Expand Up @@ -538,8 +543,8 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
- os: ubuntu-24.04
- os: macos-13
- os: macos-14
- os: macos-15
Expand Down Expand Up @@ -587,8 +592,8 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
- os: ubuntu-24.04
- os: macos-13
- os: macos-14
- os: macos-15
Expand Down

0 comments on commit 13c9083

Please sign in to comment.