Skip to content

Commit 8058e3b

Browse files
committed
Updates ARM64 runner to Ubuntu 24.04
Migrates the ARM64 build workflow to use the `ubuntu-24.04-arm` runner. This ensures the workflow leverages the latest Ubuntu LTS version for improved performance and security.
1 parent 0eb4560 commit 8058e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
concurrency:
1717
cancel-in-progress: true
1818
group: arm64
19-
runs-on: buildjet-2vcpu-ubuntu-2204-arm
19+
runs-on: ubuntu-24.04-arm
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)