Skip to content

Commit 3262af3

Browse files
committed
Upgrade to Ubuntu 24.04 and arm64 runners.
1 parent cb0346e commit 3262af3

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

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

1717
jobs:
1818
preflight:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04-arm
2020
outputs:
2121
image_base: ${{ steps.details.outputs.image_base }}
2222
image_tag: ${{ steps.preflight.outputs.image_tag }}

.github/workflows/delete-pr-image.yml

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

1010
jobs:
1111
clean-image:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04-arm
1313
steps:
1414
- id: details
1515
uses: kpfleming/composite-actions/image-details@v3

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
preflight:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04-arm
1313
outputs:
1414
image_base: ${{ steps.details.outputs.image_base }}
1515
need_lint: ${{ steps.preflight.outputs.need_lint == 'true' }}
@@ -27,7 +27,7 @@ jobs:
2727
lint_paths: workflow-support/lint_paths.yml
2828
lint:
2929
if: needs.preflight.outputs.need_lint == 'true'
30-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-24.04-arm
3131
needs:
3232
- preflight
3333
container:

.github/workflows/pypi-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
build-package:
2020
name: Build and verify package
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-24.04-arm
2222

2323
steps:
2424
- uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
3232
name: Publish released package to PyPI
3333
environment: release-pypi
3434
if: github.event.action == 'published'
35-
runs-on: ubuntu-latest
35+
runs-on: ubuntu-24.04-arm
3636
needs: build-package
3737

3838
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
test:
1919
if: inputs.if
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04-arm
2121
container:
2222
image: ${{ inputs.image }}
2323
steps:

0 commit comments

Comments
 (0)