Skip to content

Commit

Permalink
.github: workflows: Update Ubuntu version
Browse files Browse the repository at this point in the history
ubuntu-18.04 has been removed for some time.  We now have 20.04 and
22.04.  Update the OS matrix.

ref: https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
  • Loading branch information
yashi committed May 11, 2023
1 parent b2996d2 commit f6b10c4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-test.yml
Expand Up @@ -6,18 +6,15 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-18.04
- ubuntu-22.04
- ubuntu-20.04
#- macos-latest
arch:
- posix
buildsystem:
- meson
- cmake
- waf
exclude:
- os: ubuntu-18.04
buildsystem: meson
runs-on: ${{ matrix.os }}
steps:
- name: Setup packages on Linux
Expand Down

0 comments on commit f6b10c4

Please sign in to comment.