From f213d80e67fd9b9823c777da02c4168f7bce620e Mon Sep 17 00:00:00 2001 From: LiprikON2 <44316968+LiprikON2@users.noreply.github.com> Date: Sat, 27 Apr 2024 00:12:31 +0300 Subject: [PATCH] chore --- .github/workflows/release.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4193bf..a20ebf8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,10 +8,11 @@ jobs: environment: CI strategy: matrix: - os: [ - # { name: "windows", image: "windows-latest" }, - # { name: "linux", image: "ubuntu-latest" }, - { name: "macos", image: "macos-latest" }, + os: + [ + { name: "windows", image: "windows-latest" }, + { name: "linux", image: "ubuntu-latest" }, + { name: "macos", image: "macos-13" }, ] fail-fast: true runs-on: ${{ matrix.os.image }} @@ -21,8 +22,9 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - run: npm ci + # ref: https://github.com/LinusU/node-appdmg/issues/234#issuecomment-2002410428 - name: Fix appdmg GHA mac runner error if: matrix.os.name == 'macos' run: |