Skip to content

Commit 6749910

Browse files
committed
Changed: Runnners to Ubuntu 24.04
1 parent 203720b commit 6749910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
xml-lint:
2727
name: 'XML Lint'
28-
runs-on: 'ubuntu-latest'
28+
runs-on: 'ubuntu-24.04'
2929

3030
steps:
3131

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: "Auto Merge"
2727
uses: vatu-team/workflows/.github/workflows/auto-merge-pr.yml@1.14.0
2828
with:
29-
runs-on: 'ubuntu-latest'
29+
runs-on: 'ubuntu-24.04'
3030
secrets:
3131
BOT_ID: ${{ secrets.VATU_BOT_ID }}
3232
BOT_KEY: ${{ secrets.VATU_BOT_KEY }}

0 commit comments

Comments
 (0)