Skip to content

Commit

Permalink
Freeze Boost version for Ubuntu jammy in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Aug 11, 2023
1 parent ac69bdd commit 44a0c90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
tag: hirsute
cc: gcc
cxx: g++
- name: "gcc 11.x"
- name: "gcc 11.x (Boost 1.82)"
shortname: gcc11
tag: jammy
cc: gcc
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
tag: impish
cc: clang
cxx: clang++
- name: "Clang 14"
- name: "Clang 14 (Boost 1.82)"
shortname: clang14
tag: jammy
cc: clang
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
tag: hirsute
cc: gcc
cxx: g++
- name: "gcc 11.x"
- name: "gcc 11.x (Boost 1.82)"
shortname: gcc11
tag: jammy
cc: gcc
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
tag: impish
cc: clang
cxx: clang++
- name: "Clang 14"
- name: "Clang 14 (Boost 1.82)"
shortname: clang14
tag: jammy
cc: clang
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
tag: hirsute
cc: gcc
cxx: g++
- name: "gcc 11.x"
- name: "gcc 11.x (Boost 1.82)"
shortname: gcc11
tag: jammy
cc: gcc
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
tag: impish
cc: clang
cxx: clang++
- name: "Clang 14"
- name: "Clang 14 (Boost 1.82)"
shortname: clang14
tag: jammy
cc: clang
Expand Down

0 comments on commit 44a0c90

Please sign in to comment.