Skip to content

Commit 809ed8a

Browse files
martinpittmvollmer
authored andcommitted
workflows: Move trigger-anaconda and ws build workflows to ubuntu-latest
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.
1 parent 24fe556 commit 809ed8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-ws-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
environment: quay.io
1313
permissions: {}
1414
timeout-minutes: 20

.github/workflows/trigger-anaconda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- pkg/storaged/**
1616
jobs:
1717
trigger:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-latest
1919
permissions:
2020
contents: read
2121
statuses: write

0 commit comments

Comments
 (0)