Skip to content

Commit

Permalink
Adjust build nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieAkeroyd committed Jan 6, 2024
1 parent ffde00b commit 00fa415
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,27 +60,27 @@ jobs:
extra: "CMD_CXXFLAGS=-std=c++11"
name: "Ub-20 gcc-9 C++11, static"

- os: ubuntu-18.04
cmp: clang
configuration: default
name: "Ub-18 clang-9"
# - os: ubuntu-18.04
# cmp: clang
# configuration: default
# name: "Ub-18 clang-9"

- os: ubuntu-20.04
cmp: clang
configuration: default
extra: "CMD_CXXFLAGS=-std=c++11"
name: "Ub-20 clang-10 C++11"

- os: ubuntu-18.04
cmp: gcc
configuration: default
name: "Ub-18 gcc-7"
# - os: ubuntu-18.04
# cmp: gcc
# configuration: default
# name: "Ub-18 gcc-7"

- os: ubuntu-18.04
cmp: gcc-8
utoolchain: true
configuration: default
name: "Ub-18 gcc-8"
# - os: ubuntu-18.04
# cmp: gcc-8
# utoolchain: true
# configuration: default
# name: "Ub-18 gcc-8"

# - os: ubuntu-20.04
# cmp: gcc-8
Expand Down

0 comments on commit 00fa415

Please sign in to comment.