Skip to content

Commit c1f9f0a

Browse files
committed
CI: windows: Windows-2019 or earlier no longer used
1 parent 90f8199 commit c1f9f0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
test_task: test-bundled-gems
4040
fail-fast: false
4141

42-
runs-on: windows-${{ matrix.os < 2022 && '2019' || matrix.os }}
42+
runs-on: windows-${{ matrix.os }}
4343

4444
if: >-
4545
${{!(false
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Install libraries with vcpkg
9696
run: |
97-
vcpkg install --vcpkg-root=C:\Users\runneradmin\scoop\apps\vcpkg\current
97+
vcpkg install --vcpkg-root=%USERPROFILE%\scoop\apps\vcpkg\current
9898
working-directory: src
9999

100100
- name: Save vcpkg artifact
@@ -184,7 +184,7 @@ jobs:
184184
- name: Set up Launchable
185185
uses: ./.github/actions/launchable/setup
186186
with:
187-
os: windows-${{ matrix.os < 2022 && '2019' || matrix.os }}
187+
os: windows-${{ matrix.os }}
188188
launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }}
189189
builddir: build
190190
srcdir: src

0 commit comments

Comments
 (0)