Skip to content

Commit e60793d

Browse files
authored
Enforced use of ubuntu-24.04 (#268)
1 parent fcf7cdd commit e60793d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ah_token_refresh.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
refresh:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
environment: ${{ inputs.environment }}
1818
steps:
1919
- name: Refresh the automation hub token

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
update_release_draft:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: release-drafter/release-drafter@v6
1515
env:

.github/workflows/release_ah.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
release:
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-24.04
2121
environment: ${{ inputs.environment }}
2222
steps:
2323
- uses: actions/checkout@v4

.github/workflows/release_galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
release:
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-24.04
2121
environment: ${{ inputs.environment }}
2222
steps:
2323
- uses: actions/checkout@v4

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: always()
3030
needs:
3131
- test
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-24.04
3333
steps:
3434
- name: Decide whether the needed jobs succeeded or failed
3535
uses: re-actors/alls-green@release/v1

docs/guides/gha.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- linters
2828
- unit
2929

30-
runs-on: ubuntu-latest
30+
runs-on:ubuntu-24.04
3131

3232
steps:
3333
- name: Decide whether the needed jobs succeeded or failed

0 commit comments

Comments
 (0)