Skip to content

Commit

Permalink
Update clang-8 CI run to Ubuntu 20.04 (alliedmodders#1960)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
peace-maker authored Mar 28, 2023
1 parent 1786589 commit d8fd60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-latest, windows-latest]
os: [ubuntu-20.04, ubuntu-latest, windows-latest]
include:
- os: windows-latest
os_short: win
Expand All @@ -21,7 +21,7 @@ jobs:
os_short: linux
compiler_cc: clang
compiler_cxx: clang++
- os: ubuntu-18.04
- os: ubuntu-20.04
os_short: linux
compiler_cc: clang-8
compiler_cxx: clang++-8
Expand Down

0 comments on commit d8fd60b

Please sign in to comment.