Skip to content

Commit

Permalink
Ubuntu 18.04 is being removed shortly, update workflows to use 20.04.
Browse files Browse the repository at this point in the history
Clang-6.0 is still supported according to Ubuntu package list website.
  • Loading branch information
Dead2 committed Feb 8, 2023
1 parent b49c84b commit f96a7dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
include:
- name: Ubuntu 18.04 GCC
os: ubuntu-18.04
- name: Ubuntu 20.04 GCC
os: ubuntu-20.04
compiler: gcc
cxx-compiler: g++

Expand Down Expand Up @@ -281,8 +281,8 @@ jobs:
# Limit parallel test jobs to prevent wine errors
parallels-jobs: 1

- name: Ubuntu 18.04 Clang
os: ubuntu-18.04
- name: Ubuntu 20.04 Clang
os: ubuntu-20.04
compiler: clang-6.0
cxx-compiler: clang++-6.0
packages: clang-6.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/configure.yml
Expand Up @@ -13,8 +13,8 @@ jobs:
compiler: gcc
configure-args: --warn

- name: Ubuntu 18.04 GCC
os: ubuntu-18.04
- name: Ubuntu 20.04 GCC
os: ubuntu-20.04
compiler: gcc
configure-args: --warn

Expand Down

0 comments on commit f96a7dc

Please sign in to comment.