Skip to content

Commit 1b6d653

Browse files
authored
Update dart.yml
1 parent 3f8a4e9 commit 1b6d653

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
5959
# Test the architecture input parameter.
6060
test_arch:
61-
runs-on: ubuntu-latest
61+
# there is no 'ubuntu-arm-latest' runner, so pinning to 24.04:
62+
# https://github.com/orgs/community/discussions/148648#discussioncomment-11858187
63+
runs-on: ubuntu-24.04-arm
6264
steps:
6365
- uses: actions/checkout@v4
6466
- uses: ./

0 commit comments

Comments
 (0)