We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2036ea5 commit 8e31713Copy full SHA for 8e31713
1 file changed
.github/workflows/verify-release-candidate.yml
@@ -46,17 +46,17 @@ jobs:
46
- os: linux
47
arch: x64
48
runner: ubuntu-latest
49
- # - os: linux
50
- # arch: arm64
51
- # runner: ubuntu-24.04-arm
+ - os: linux
+ arch: arm64
+ runner: ubuntu-24.04-arm
52
53
# macOS
54
- os: macos
55
arch: arm64
56
runner: macos-latest
57
- # - os: macos
58
- # arch: x64
59
- # runner: macos-15-intel
+ - os: macos
+ arch: x64
+ runner: macos-15-intel
60
61
# Windows
62
- os: windows
0 commit comments