Skip to content

Commit

Permalink
Work with Ubuntu 22.04 and 18.04 only, as 20.04 doesn't currently hav…
Browse files Browse the repository at this point in the history
…e a clang release.
  • Loading branch information
afd committed Oct 6, 2022
1 parent 152a1f1 commit e03577d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ jobs:
# Manually list various Linux configurations.
include:
# gcc-10
- os: ubuntu-20.04
- os: ubuntu-18.04
config: Debug
linux_cc: gcc-10
linux_cxx: g++-10
- os: ubuntu-20.04
- os: ubuntu-18.04
config: Release
linux_cc: gcc-10
linux_cxx: g++-10
# clang-12
- os: ubuntu-20.04
- os: ubuntu-22.04
config: Debug
linux_cc: clang-12
linux_cxx: clang++-12
- os: ubuntu-20.04
- os: ubuntu-22.04
config: Release
linux_cc: clang-12
linux_cxx: clang++-12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:

- name: cancel_previous
Expand Down

0 comments on commit e03577d

Please sign in to comment.