Skip to content

Commit

Permalink
Remove macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Dec 19, 2024
1 parent 496577c commit 1d377bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [macos-12, macos-14, windows-latest, ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: udoprog/kick@nightly
Expand All @@ -59,9 +59,7 @@ jobs:
- uses: actions/checkout@v4
- uses: udoprog/kick@nightly
- uses: actions/download-artifact@v4
with: {name: dist-macos-12, path: dist}
- uses: actions/download-artifact@v4
with: {name: dist-macos-14, path: dist}
with: {name: dist-macos-latest, 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 1d377bf

Please sign in to comment.