Skip to content

Commit 4fa508e

Browse files
Merge pull request #35 from upbound/renovate/ubuntu-24.x
chore(deps): update dependency ubuntu to v24
2 parents 4936daa + 1c2e60e commit 4fa508e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
detect-noop:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
outputs:
1919
noop: ${{ steps.noop.outputs.should_skip }}
2020
steps:
@@ -27,7 +27,7 @@ jobs:
2727
do_not_skip: '["workflow_dispatch", "schedule", "push"]'
2828

2929
publish-artifacts:
30-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-24.04
3131
needs: detect-noop
3232
if: needs.detect-noop.outputs.noop != 'true'
3333

.github/workflows/tag.yml

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

1313
jobs:
1414
create-tag:
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616

1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)