From b08480256cc37f95e4e4144aed495fca815f5945 Mon Sep 17 00:00:00 2001 From: nullptrdevs <16590917+nullptrdevs@users.noreply.github.com> Date: Sat, 5 Nov 2022 20:52:07 -0700 Subject: [PATCH] Update the main CI workflow (#742) rename i386 to x86 update actions/checkout to v3 (v2 uses Node.js 12 which is about to be deprecated) --- .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 7a9745b..da458ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 submodules: true @@ -38,7 +38,7 @@ jobs: - name: Build artifacts if: ${{ matrix.os == 'ubuntu-latest' }} run: | - declare -a targets=("x86_64-windows" "x86_64-linux" "x86_64-macos" "i386-windows" "i386-linux" "aarch64-macos") + declare -a targets=("x86_64-windows" "x86_64-linux" "x86_64-macos" "x86-windows" "x86-linux" "aarch64-macos") mkdir -p "artifacts/" for target in "${targets[@]}"; do