Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
eaasna committed Dec 9, 2024
1 parent c185f8e commit 396398e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,18 @@ jobs:
fail-fast: true
matrix:
include:
- name: "gcc14"
cxx: "gcc-14"
cc: "gcc-14"
build: unit
build_type: Release
cxx_flags: "-std=c++23"

- name: "gcc13"
cxx: "g++-13"
cc: "gcc-13"
build: unit
build_type: Release
cxx_flags: "-std=c++23"

- name: "gcc12"
cxx: "g++-12"
cc: "gcc-12"
build: unit
build_type: Release
cxx_flags: "-std=c++23"
- name: "gcc11"
cxx: "g++-11"
cc: "gcc-11"
build: unit
build_type: Release
cxx_flags: "-std=c++23"
steps:
- name: Set repository name
run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
Expand Down
13 changes: 4 additions & 9 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,13 @@ jobs:
fail-fast: true
matrix:
include:
- name: "gcc14"
compiler: "gcc-14"
build_type: Release
cxx_flags: "-std=c++23"

- name: "gcc13"
compiler: "gcc-13"
- name: "gcc12"
compiler: "gcc-12"
build_type: Release
cxx_flags: "-std=c++23"

- name: "gcc12"
compiler: "gcc-12"
- name: "gcc11"
compiler: "gcc-11"
build_type: Release
cxx_flags: "-std=c++23"
steps:
Expand Down

0 comments on commit 396398e

Please sign in to comment.