Skip to content

Commit 159bb03

Browse files
authored
Workflow - Switch to Windows Server 2022
1 parent 02cc38c commit 159bb03

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
setup:
16-
runs-on: windows-latest
16+
runs-on: windows-2022
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Bundle WebUI Bridge
@@ -25,7 +25,7 @@ jobs:
2525

2626
build:
2727
needs: setup
28-
runs-on: windows-latest
28+
runs-on: windows-2022
2929
permissions:
3030
contents: write
3131
strategy:
@@ -39,8 +39,8 @@ jobs:
3939
fail-fast: false
4040
env:
4141
ARTIFACT: webui-windows-${{ matrix.cc }}-x64
42-
WEBUI_TLS_INCLUDE: "C:\\Program Files\\OpenSSL-Win64\\include"
43-
WEBUI_TLS_LIB: "C:\\Program Files\\OpenSSL-Win64\\lib"
42+
WEBUI_TLS_INCLUDE: "C:\\Program Files\\OpenSSL\\include"
43+
WEBUI_TLS_LIB: "C:\\Program Files\\OpenSSL\\lib"
4444
steps:
4545
- uses: actions/checkout@v4
4646
- uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)