mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
simplify ci runners
This commit is contained in:
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user