diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c9f83c..b0deebe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,12 +11,12 @@ jobs: fail-fast: false matrix: include: - - name: ubuntu-20.04-gcc - os: ubuntu-20.04 + - name: ubuntu-22.04-gcc + os: ubuntu-22.04 compiler: gcc - - name: ubuntu-20.04-clang - os: ubuntu-20.04 + - name: ubuntu-22.04-clang + os: ubuntu-22.04 compiler: clang - name: ubuntu-22.04-clang-15-no-exceptions @@ -24,10 +24,6 @@ jobs: compiler: clang-15 cmake_vars: "-DCMAKE_CXX_FLAGS=-fno-exceptions -DBUILD_TESTING=OFF" - - name: ubuntu-22.04-gcc - os: ubuntu-22.04 - compiler: gcc - - name: ubuntu-24.04-gcc os: ubuntu-24.04 compiler: gcc @@ -52,8 +48,8 @@ jobs: os: macOS-13 compiler: gcc - - name: macOS-14-clang - os: macOS-14 + - name: macOS-13-clang + os: macOS-13 compiler: clang steps: