From fc0b7b1f97c9d1291d4717e9a391d657212debec Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:29:37 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 030c6dc..6eed2a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,24 +13,20 @@ jobs: target: - os: linux cpu: amd64 - - os: linux - cpu: i386 - os: macos - cpu: amd64 - - os: windows - cpu: i386 + cpu: arm64 - os: windows cpu: amd64 include: - target: os: linux - builder: ubuntu-20.04 + builder: ubuntu-latest - target: os: macos - builder: macos-11 + builder: macos-latest - target: os: windows - builder: windows-2019 + builder: windows-latest name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (${{ matrix.branch }})' runs-on: ${{ matrix.builder }} @@ -127,3 +123,4 @@ jobs: target_branch: gh-pages env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +