From 85775d81a190b96c4f8ad2b9469fed0cd84fa8c2 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Fri, 3 May 2024 18:56:57 +0800 Subject: [PATCH 1/3] Update pr-test.yml --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index de3583f3d..eb1950a29 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -11,7 +11,7 @@ jobs: os: - runs-on: windows-latest arch: win-x64 - - runs-on: macos-latest + - runs-on: macos-13 arch: osx-x64 - runs-on: ubuntu-latest arch: linux-x64 From 86fb5cf4254d9bc595cd04a36a89f31217bd8920 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Fri, 3 May 2024 19:00:52 +0800 Subject: [PATCH 2/3] Update pr-test.yml --- .github/workflows/pr-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index eb1950a29..c9256a383 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -19,6 +19,10 @@ jobs: steps: - uses: actions/checkout@v1 + - uses: actions/setup-dotnet@v4 + with: + dotnet-version: '6.0.0' + - name: restore run: dotnet restore OpenUtau -r ${{ matrix.os.arch }} From 3f93bc4470e7dc762d382d44b1040bde53d74e94 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Fri, 3 May 2024 19:03:57 +0800 Subject: [PATCH 3/3] Update pr-test.yml --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index c9256a383..9e5418b4b 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-dotnet@v4 with: - dotnet-version: '6.0.0' + dotnet-version: '6.0.x' - name: restore run: dotnet restore OpenUtau -r ${{ matrix.os.arch }}