Skip to content

Commit

Permalink
ci: move the docker based workflows to ubuntu 22.04
Browse files Browse the repository at this point in the history
the ubuntu 24.04 ones can run on self-hosted, which is docker
itself so more complex to run docker inside docker.
  • Loading branch information
iamsergio committed Jan 7, 2025
1 parent 7ce07af commit dd7aea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qt6-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: true
matrix:
os:
- ubuntu-latest
- ubuntu-22.04

steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qt6-lsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: true

Expand Down

0 comments on commit dd7aea1

Please sign in to comment.