Skip to content

Commit

Permalink
Update cmake-ci.yml
Browse files Browse the repository at this point in the history
Bumped minimal CI Ubuntu version to 20.04 due to 18.04 does not exists anymore.
  • Loading branch information
h4tr3d authored Aug 1, 2023
1 parent 42e202c commit 5fd18a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
build_type: [Release, Debug]
skip_meson: [false]
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
build_type: Release
skip_meson: true
- os: ubuntu-18.04
- os: ubuntu-20.04
build_type: Debug
skip_meson: true

Expand Down

0 comments on commit 5fd18a5

Please sign in to comment.