Skip to content

Commit

Permalink
macos-10.15 is gone, replace with 11. Add Apple Clang 13 and 14 in th…
Browse files Browse the repository at this point in the history
…e matrix
  • Loading branch information
jmarrec committed Aug 24, 2023
1 parent 37731e9 commit ad37d30
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# fail-fast: Default is true, switch to false to allow one platform to fail and still run others
fail-fast: false
matrix:
build_name: [GCC-9, GCC-10, GCC-11, Apple-Clang 11, Apple-Clang 12, MSVC-2022, MSVC-2019]
build_name: [GCC-9, GCC-10, GCC-11, Apple-Clang 11, Apple-Clang 12, Apple-Clang 13, Apple-Clang 14, MSVC-2022, MSVC-2019]
include:
- build_name: GCC-9
os: ubuntu-18.04
Expand All @@ -41,15 +41,25 @@ jobs:
allow_failure: false
CONAN_DOCKER_IMAGE: conanio/gcc11:1.46.2
- build_name: Apple-Clang 11
os: macos-10.15
os: macos-11
compiler: APPLE_CLANG
version: 11.0
allow_failure: false
- build_name: Apple-Clang 12
os: macos-10.15
os: macos-11
compiler: APPLE_CLANG
version: 12.0
allow_failure: false
- build_name: Apple-Clang 13
os: macos-11
compiler: APPLE_CLANG
version: 13.0
allow_failure: false
- build_name: Apple-Clang 14
os: macos-12
compiler: APPLE_CLANG
version: 14.0
allow_failure: false
- build_name: MSVC-2022
os: windows-2022
compiler: VISUAL
Expand All @@ -62,11 +72,11 @@ jobs:
allow_failure: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: "0"

- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
with:
python-version: "3.8"

Expand Down

0 comments on commit ad37d30

Please sign in to comment.