Skip to content

Commit 918ff83

Browse files
committed
Update ci.yml
1 parent f9ada37 commit 918ff83

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ jobs:
1919
include:
2020
- toolset: gcc-4.8
2121
cxxstd: "03,11"
22-
os: ubuntu-latest
2322
container: ubuntu:18.04
23+
os: ubuntu-latest
2424
install: g++-4.8
2525
- toolset: gcc-5
2626
cxxstd: "03,11,14,1z"
27-
os: ubuntu-latest
2827
container: ubuntu:18.04
28+
os: ubuntu-latest
2929
install: g++-5
3030
- toolset: gcc-6
3131
cxxstd: "03,11,14,1z"
32-
os: ubuntu-latest
3332
container: ubuntu:18.04
33+
os: ubuntu-latest
3434
install: g++-6
3535
- toolset: gcc-7
3636
cxxstd: "03,11,14,17"
@@ -68,20 +68,20 @@ jobs:
6868
- toolset: clang
6969
compiler: clang++-3.9
7070
cxxstd: "03,11,14"
71-
os: ubuntu-latest
7271
container: ubuntu:18.04
72+
os: ubuntu-latest
7373
install: clang-3.9
7474
- toolset: clang
7575
compiler: clang++-4.0
7676
cxxstd: "03,11,14"
77-
os: ubuntu-latest
7877
container: ubuntu:18.04
78+
os: ubuntu-latest
7979
install: clang-4.0
8080
- toolset: clang
8181
compiler: clang++-5.0
8282
cxxstd: "03,11,14,1z"
83-
os: ubuntu-latest
8483
container: ubuntu:18.04
84+
os: ubuntu-latest
8585
install: clang-5.0
8686
- toolset: clang
8787
compiler: clang++-6.0

0 commit comments

Comments
 (0)