Skip to content

Commit

Permalink
WIP - try out ubuntu-22.04 in CI
Browse files Browse the repository at this point in the history
* ubuntu-20.04 is being deprecated
  • Loading branch information
baldurk committed Feb 10, 2025
1 parent 98ce506 commit 33551f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:
jobs:
commit-msg:
name: Commit message check
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: true
steps:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
fi
clang-format:
name: Code formatting check
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: true
steps:
Expand All @@ -70,7 +70,7 @@ jobs:
cmake-minimum:
name: Baseline cmake check
needs: [commit-msg, clang-format]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
QT_SELECT: qt5
strategy:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
docs:
name: Documentation Build
needs: [commit-msg, clang-format]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
QT_SELECT: qt5
steps:
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
linux:
name: Linux
needs: [commit-msg, clang-format]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
QT_SELECT: qt5
strategy:
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
android:
name: Android
needs: [commit-msg, clang-format]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 33551f2

Please sign in to comment.