Skip to content

Commit a0e6dd6

Browse files
committed
ci: use ubuntu-24.04 runner
1 parent 58d0e1f commit a0e6dd6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
name: Build & Publish
2929
needs: tests
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-24.04
3131
steps:
3232
- name: Checkout Repository
3333
uses: actions/checkout@v4
@@ -144,7 +144,7 @@ jobs:
144144
prep_next_release:
145145
name: Prep Next Release
146146
if: github.ref == 'refs/heads/main'
147-
runs-on: ubuntu-20.04
147+
runs-on: ubuntu-24.04
148148
needs: [ build ]
149149
steps:
150150
# Checkout development

.github/workflows/gh-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
create-release:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: taiki-e/[email protected]

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Format PR
1717
format:
1818
name: Format
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Checkout Repository
2222
uses: actions/checkout@v4

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
tests:
1414
name: Tests
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
services:
1717
s3Mock:
1818
image: adobe/s3mock

0 commit comments

Comments
 (0)