Skip to content

Commit cf346ba

Browse files
committed
Removed usage of obsolete ubuntu-20.04 GHA image.
1 parent 68871a7 commit cf346ba

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023-2024 Andrey Semashev
1+
# Copyright 2023-2025 Andrey Semashev
22
#
33
# Distributed under the Boost Software License, Version 1.0.
44
# https://www.boost.org/LICENSE_1_0.txt
@@ -72,12 +72,14 @@ jobs:
7272
- g++-8
7373
- toolset: gcc-9
7474
cxxstd: "11,14,17,2a"
75-
os: ubuntu-20.04
75+
os: ubuntu-latest
76+
container: ubuntu:20.04
7677
install:
7778
- g++-9
7879
- toolset: gcc-10
7980
cxxstd: "11,14,17,20"
80-
os: ubuntu-20.04
81+
os: ubuntu-latest
82+
container: ubuntu:20.04
8183
install:
8284
- g++-10
8385
- toolset: gcc-11
@@ -186,13 +188,15 @@ jobs:
186188
- toolset: clang
187189
compiler: clang++-9
188190
cxxstd: "11,14,17,2a"
189-
os: ubuntu-20.04
191+
os: ubuntu-latest
192+
container: ubuntu:20.04
190193
install:
191194
- clang-9
192195
- toolset: clang
193196
compiler: clang++-10
194197
cxxstd: "11,14,17,20"
195-
os: ubuntu-20.04
198+
os: ubuntu-latest
199+
container: ubuntu:20.04
196200
install:
197201
- clang-10
198202
- toolset: clang

0 commit comments

Comments
 (0)