Skip to content

Commit 6bb51fc

Browse files
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label (#2142)
Co-authored-by: Bill Napier <napier@google.com>
1 parent 0676605 commit 6bb51fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
release-macos-arm64:
7272
name: Release (MacOS arm64)
7373
needs: macos-arm64-wheel
74-
runs-on: ubuntu-20.04
74+
runs-on: 'ubuntu-24.04'
7575
steps:
7676
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
7777
with:
@@ -106,7 +106,7 @@ jobs:
106106
release-candidate-macos-arm64:
107107
name: Release Candidate (MacOS arm64)
108108
needs: release-macos-arm64
109-
runs-on: ubuntu-20.04
109+
runs-on: 'ubuntu-24.04'
110110
steps:
111111
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
112112
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7

0 commit comments

Comments
 (0)