We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24980ea commit 5cbdc2dCopy full SHA for 5cbdc2d
.github/workflows/release.yaml
@@ -108,17 +108,17 @@ jobs:
108
# release_suffix: i686-linux
109
# Windows
110
- target: x86_64-pc-windows-msvc
111
- os: windows-2022
+ os: windows-latest
112
release_suffix: x86_64-windows
113
# - target: i686-pc-windows-msvc
114
- # os: windows-2022
+ # os: windows-latest
115
# release_suffix: i686-windows
116
# macOS
117
- target: aarch64-apple-darwin
118
- os: macos-12
+ os: macos-latest
119
release_suffix: aarch64-osx
120
- target: x86_64-apple-darwin
121
122
release_suffix: x86_64-osx
123
124
env:
0 commit comments