simplify ci runners

This commit is contained in:
pantor
2025-03-18 20:14:48 -05:00
parent 6280ea8808
commit 9416142a50

View File

@@ -11,12 +11,12 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- name: ubuntu-20.04-gcc - name: ubuntu-22.04-gcc
os: ubuntu-20.04 os: ubuntu-22.04
compiler: gcc compiler: gcc
- name: ubuntu-20.04-clang - name: ubuntu-22.04-clang
os: ubuntu-20.04 os: ubuntu-22.04
compiler: clang compiler: clang
- name: ubuntu-22.04-clang-15-no-exceptions - name: ubuntu-22.04-clang-15-no-exceptions
@@ -24,10 +24,6 @@ jobs:
compiler: clang-15 compiler: clang-15
cmake_vars: "-DCMAKE_CXX_FLAGS=-fno-exceptions -DBUILD_TESTING=OFF" 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 - name: ubuntu-24.04-gcc
os: ubuntu-24.04 os: ubuntu-24.04
compiler: gcc compiler: gcc
@@ -52,8 +48,8 @@ jobs:
os: macOS-13 os: macOS-13
compiler: gcc compiler: gcc
- name: macOS-14-clang - name: macOS-13-clang
os: macOS-14 os: macOS-13
compiler: clang compiler: clang
steps: steps: