Skip to content

Commit

Permalink
Use mcaos-latest on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Oct 29, 2023
1 parent c6268cb commit d7cdc45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ jobs:
fail-fast: false
matrix:
name:
[ubuntu-gcc-11, ubuntu-clang-12, macos-apple-clang-11, windows-msvc-19]
[ubuntu-gcc-11, ubuntu-clang-13, macos-apple-clang, windows-msvc-19]
include:
- name: ubuntu-gcc-11
os: ubuntu-22.04
compiler: g++
compiler-version: 11
compiler-name-conan: gcc

- name: ubuntu-clang-12
- name: ubuntu-clang-13
os: ubuntu-22.04
compiler: clang++
compiler-version: "12"
compiler-version: "13"
compiler-name-conan: clang

- name: macos-apple-clang-11
os: macos-11
- name: macos-apple-clang
os: macos-latest

- name: windows-msvc-19
os: windows-2019
Expand Down

0 comments on commit d7cdc45

Please sign in to comment.