Skip to content

Commit a164889

Browse files
authored
Enable AOT build for windows-arm64 (#2270)
1 parent 04b6251 commit a164889

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-windows.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
- arch: ia32
2020
runner: windows-latest
2121
- arch: arm64
22-
# TODO: switch the following to windows-arm64, blocked by https://github.com/dart-lang/setup-dart/issues/118
23-
runner: windows-latest # windows-arm64
22+
runner: windows-arm64
2423

2524
steps:
2625
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)