From 38d23a93cb67678beb225314f14c1a0b57952b51 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Sun, 6 Aug 2023 02:52:59 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0e5a5b..6c598dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - os: [windows-latest, macos-latest, ubuntu-latest] + os: [windows-2019, macos-latest, ubuntu-20.04] arch: [aarch64, amd64] steps: @@ -91,7 +91,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: MDC-${{ env.VERSION }}-${{ runner.os }}-amd64 + name: MDC-${{ env.VERSION }}-${{ runner.os }}-${{ env.arch }} path: dist - name: Run test (Ubuntu & MacOS)