From a16488992517cb30d907d3982a12517e5f13d334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=81=A4=E3=81=8D?= Date: Mon, 1 Jul 2024 17:09:27 -0700 Subject: [PATCH] Enable AOT build for windows-arm64 (#2270) --- .github/workflows/build-windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index b2011ce2f..86ea17c22 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -19,8 +19,7 @@ jobs: - arch: ia32 runner: windows-latest - arch: arm64 - # TODO: switch the following to windows-arm64, blocked by https://github.com/dart-lang/setup-dart/issues/118 - runner: windows-latest # windows-arm64 + runner: windows-arm64 steps: - uses: actions/checkout@v4