Skip to content

Commit

Permalink
Revert windows-arm64 to use windows-latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Jun 17, 2024
1 parent c9e0ec5 commit 94d905f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- arch: ia32
runner: windows-latest
- arch: arm64
runner: windows-arm64
# TODO: switch the following to windows-arm64, blocked by https://github.com/dart-lang/setup-dart/issues/118
runner: windows-latest # windows-arm64

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 94d905f

Please sign in to comment.