Skip to content

Commit 5cbdc2d

Browse files
authored
chore: update github CI process (#473)
1 parent 24980ea commit 5cbdc2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,17 @@ jobs:
108108
# release_suffix: i686-linux
109109
# Windows
110110
- target: x86_64-pc-windows-msvc
111-
os: windows-2022
111+
os: windows-latest
112112
release_suffix: x86_64-windows
113113
# - target: i686-pc-windows-msvc
114-
# os: windows-2022
114+
# os: windows-latest
115115
# release_suffix: i686-windows
116116
# macOS
117117
- target: aarch64-apple-darwin
118-
os: macos-12
118+
os: macos-latest
119119
release_suffix: aarch64-osx
120120
- target: x86_64-apple-darwin
121-
os: macos-12
121+
os: macos-latest
122122
release_suffix: x86_64-osx
123123

124124
env:

0 commit comments

Comments
 (0)