Skip to content

Commit a2a385e

Browse files
committed
Update Github Actions to use windows-latest
1 parent 44e00db commit a2a385e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: haxe Test.hxml
3838

3939
build_windows:
40-
runs-on: windows-2019
40+
runs-on: windows-latest
4141
name: Test on Windows (VS)
4242
steps:
4343
- uses: krdlab/setup-haxe@v1
@@ -51,7 +51,7 @@ jobs:
5151
uses: ilammy/msvc-dev-cmd@v1
5252
with:
5353
arch: x64
54-
vsversion: "2019"
54+
vsversion: "2022"
5555

5656
- name: Install & Check Haxe
5757
run: haxe -version

0 commit comments

Comments
 (0)