Skip to content

Commit df5fd6a

Browse files
committed
chore(ci): fix release workflow (windows/macos-latest)
1 parent 60aef7f commit df5fd6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
include:
2222
- operating-system: ubuntu-20.04
2323
targets: x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl,aarch64-unknown-linux-gnu,aarch64-unknown-linux-musl
24-
- operating-system: windows-2019
24+
- operating-system: windows-latest
2525
targets: aarch64-pc-windows-msvc,x86_64-pc-windows-msvc
26-
- operating-system: macos-13
26+
- operating-system: macos-latest
2727
targets: aarch64-apple-darwin,x86_64-apple-darwin
2828
fail-fast: false
2929

0 commit comments

Comments
 (0)