Skip to content

Commit

Permalink
workflows: Move trigger-anaconda and ws build workflows to ubuntu-latest
Browse files Browse the repository at this point in the history
This all runs in a docker container, and these are supported very well
on GitHub in all releases. So no need to pin this to a particular
Ubuntu release.
  • Loading branch information
martinpitt authored and mvollmer committed Jan 8, 2025
1 parent 24fe556 commit 809ed8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ws-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
environment: quay.io
permissions: {}
timeout-minutes: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- pkg/storaged/**
jobs:
trigger:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
Expand Down

0 comments on commit 809ed8a

Please sign in to comment.