Skip to content

Commit 660379b

Browse files
Merge pull request #221 from MonolithProjects/renovate/ubuntu-24.x
chore(deps): update dependency ubuntu to v24
2 parents b038a6a + 02a908b commit 660379b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/galaxy.yml

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

88
jobs:
99
release:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: galaxy
1313
uses: robertdebock/galaxy-action@1.2.1

.github/workflows/pre-commit.yml

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

1010
jobs:
1111
pre-commit:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Test GHA Runner Role
2626
environment:
2727
name: test
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
strategy:
3030
fail-fast: false
3131
max-parallel: 5
@@ -69,7 +69,7 @@ jobs:
6969
needs: repo
7070
environment:
7171
name: test
72-
runs-on: ubuntu-22.04
72+
runs-on: ubuntu-24.04
7373
strategy:
7474
fail-fast: false
7575
max-parallel: 5

0 commit comments

Comments
 (0)