Skip to content

Commit ffa5449

Browse files
committed
fix(pact-ffi): Windows Server 2019 has been retired
1 parent f4114dd commit ffa5449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
targets: aarch64-unknown-linux-gnu
2727
- operating-system: ubuntu-22.04
2828
targets: aarch64-unknown-linux-musl
29-
- operating-system: windows-2019
29+
- operating-system: windows-2022
3030
targets: x86_64-pc-windows-msvc
31-
- operating-system: windows-2019
31+
- operating-system: windows-2022
3232
targets: aarch64-pc-windows-msvc
3333
- operating-system: macos-13
3434
targets: x86_64-apple-darwin

0 commit comments

Comments
 (0)