Skip to content

Commit d8fd60b

Browse files
authored
Update clang-8 CI run to Ubuntu 20.04 (alliedmodders#1960)
The Ubuntu 18.04 runner image is deprecated and will be unsupported on 2023/04/01. It appears Ubuntu 20.04 has a package for clang-8, so just do the switch.
1 parent 1786589 commit d8fd60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
os: [ubuntu-18.04, ubuntu-latest, windows-latest]
15+
os: [ubuntu-20.04, ubuntu-latest, windows-latest]
1616
include:
1717
- os: windows-latest
1818
os_short: win
@@ -21,7 +21,7 @@ jobs:
2121
os_short: linux
2222
compiler_cc: clang
2323
compiler_cxx: clang++
24-
- os: ubuntu-18.04
24+
- os: ubuntu-20.04
2525
os_short: linux
2626
compiler_cc: clang-8
2727
compiler_cxx: clang++-8

0 commit comments

Comments
 (0)