Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
path: Packages/com.github.homuler.mediapipe/Runtime/Plugins/iOS

windows-build:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/**/*.cs
Packages/com.github.homuler.mediapipe/PackageResources/MediaPipe/*.bytes
Packages/com.github.homuler.mediapipe/PackageResources/MediaPipe/*.txt
key: libs-windows-2019-v1-${{ hashFiles('cache_key.txt') }}
key: libs-windows-2022-v1-${{ hashFiles('cache_key.txt') }}

- name: Remove cache_key.txt
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
fail-fast: false
matrix:
os:
- windows-2019
- windows-2022
unity:
- { version: "6000.0.33f1", changeset: "433b0a79340b" }
- { version: "2022.3.55f1", changeset: "9f374180d209" }
Expand Down
2 changes: 1 addition & 1 deletion docker/windows/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG PYTHON_VERSION=3.12.8
ARG ANDROID_SDK_VERSION=30
ARG ANDROID_NDK_VERSION=21.4.7075529

FROM mcr.microsoft.com/windows/servercore:ltsc2019 as base
FROM mcr.microsoft.com/windows/servercore:ltsc2022 as base

SHELL ["cmd", "/C"]

Expand Down
Loading