Skip to content

Commit

Permalink
Update more macos fields to macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Dec 11, 2024
1 parent c80cc7d commit 7abc3bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/angr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
os: [ubuntu-22.04, windows-2022, macos-13, macos-14]
needs: build

steps:
Expand Down Expand Up @@ -212,8 +212,8 @@ jobs:
- name: Download macOS x86_64 wheels artifact
uses: actions/download-artifact@v4
with:
name: wheels-macos-12
path: artifacts/wheels-macos-12
name: wheels-macos-13
path: artifacts/wheels-macos-13
- name: Download macOS arm64 wheels artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 7abc3bb

Please sign in to comment.