Skip to content

Commit

Permalink
workflows: Keep flatpak-test on Ubuntu 22.04 for now
Browse files Browse the repository at this point in the history
GitHub just switched "ubuntu-latest" from 22.04 to 24.04. The flatpak
test needs to be adjusted to that, but not as part of this PR.
  • Loading branch information
martinpitt committed Jan 7, 2025
1 parent 51c066d commit ce7d63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
run:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions: {}
timeout-minutes: 20
steps:
Expand Down

0 comments on commit ce7d63b

Please sign in to comment.