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
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user