Skip to content

Commit

Permalink
Use explicit macos versions
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Apr 26, 2024
1 parent f2e2994 commit 643fbf1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-12, macos-14, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: udoprog/kick@nightly
Expand All @@ -59,11 +59,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: udoprog/kick@nightly
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/download-artifact@v4
with: {name: dist-macos-latest, path: dist}
with: {name: dist-macos-12, path: dist}
- uses: actions/download-artifact@v4
with: {name: dist-macos-14, path: dist}
- uses: actions/download-artifact@v4
with: {name: dist-windows-latest, path: dist}
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 643fbf1

Please sign in to comment.