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
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: