Skip to content

Commit 83a8dca

Browse files
committed
ci: windows-2019 has been retired
1 parent 4fbe60f commit 83a8dca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
path: Packages/com.github.homuler.mediapipe/Runtime/Plugins/iOS
165165

166166
windows-build:
167-
runs-on: windows-2019
167+
runs-on: windows-2022
168168
steps:
169169
- uses: actions/checkout@v4
170170
with:

.github/workflows/windows-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/**/*.cs
3636
Packages/com.github.homuler.mediapipe/PackageResources/MediaPipe/*.bytes
3737
Packages/com.github.homuler.mediapipe/PackageResources/MediaPipe/*.txt
38-
key: libs-windows-2019-v1-${{ hashFiles('cache_key.txt') }}
38+
key: libs-windows-2022-v1-${{ hashFiles('cache_key.txt') }}
3939

4040
- name: Remove cache_key.txt
4141
run: |
@@ -90,7 +90,7 @@ jobs:
9090
fail-fast: false
9191
matrix:
9292
os:
93-
- windows-2019
93+
- windows-2022
9494
unity:
9595
- { version: "6000.0.33f1", changeset: "433b0a79340b" }
9696
- { version: "2022.3.55f1", changeset: "9f374180d209" }

0 commit comments

Comments
 (0)