Skip to content

Commit 3811222

Browse files
committed
fix up github workflow for linux
1 parent 2ab98c9 commit 3811222

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/linux-build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
max-parallel: 8
2222
matrix:
23-
compiler: [g++-9, g++10, g++11]
23+
compiler: [g++-9, g++-10, g++-11]
2424
base-flags: ["", -DJINJA2CPP_CXX_STANDARD=17]
2525
build-config: [Release, Debug]
2626
build-shared: [TRUE, FALSE]
@@ -85,7 +85,7 @@ jobs:
8585
8686
linux-clang-build:
8787

88-
runs-on: ubuntu-18.04
88+
runs-on: ubuntu-latest
8989
container:
9090
image: ${{matrix.docker-image}}
9191
env:
@@ -96,7 +96,7 @@ jobs:
9696
fail-fast: false
9797
max-parallel: 8
9898
matrix:
99-
compiler: [10, 11, 12]
99+
compiler: [10, 11]
100100
base-flags: ["", -DJINJA2CPP_CXX_STANDARD=17]
101101
build-config: [Release, Debug]
102102
build-shared: [TRUE, FALSE]
@@ -106,8 +106,6 @@ jobs:
106106
docker-image: conanio/clang10
107107
- compiler: 11
108108
docker-image: conanio/clang11
109-
- compiler: 12
110-
docker-image: conanio/clang12
111109

112110
steps:
113111
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)