Skip to content

Commit f852efb

Browse files
committed
Change windows-2019 runner to windows-latest.
1 parent 7fbd65a commit f852efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ permissions: write-all
4040
jobs:
4141
build_desktop:
4242
name: build-windows-unity${{inputs.unity_version}}-CPP${{ inputs.firebase_cpp_sdk_version }}
43-
runs-on: windows-2019
43+
runs-on: windows-latest
4444
strategy:
4545
fail-fast: false
4646

0 commit comments

Comments
 (0)