Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LiprikON2 committed Apr 26, 2024
1 parent 24180dd commit f213d80
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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: |
Expand Down

0 comments on commit f213d80

Please sign in to comment.