Skip to content

Commit 6618069

Browse files
committedFeb 7, 2025
Fix #6531 Use GitHub-hosted Ubuntu/AArch64 runner
1 parent 123622a commit 6618069

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/integration-tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
- os: ubuntu-latest
3636
release-args: "--alpine"
3737
cache-bust: "2024-05-17"
38+
# On public preview since 16 January 2025
39+
- os: ubuntu-24.04-arm
40+
release-args: "--alpine"
41+
cache-bust: "2025-02-07"
3842
- os: windows-latest
3943
release-args: ""
4044
cache-bust: "2024-05-17"

0 commit comments

Comments
 (0)