Skip to content

Commit 7abc3bb

Browse files
committed
Update more macos fields to macos 13
1 parent c80cc7d commit 7abc3bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/angr-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ${{ matrix.os }}
109109
strategy:
110110
matrix:
111-
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
111+
os: [ubuntu-22.04, windows-2022, macos-13, macos-14]
112112
needs: build
113113

114114
steps:
@@ -212,8 +212,8 @@ jobs:
212212
- name: Download macOS x86_64 wheels artifact
213213
uses: actions/download-artifact@v4
214214
with:
215-
name: wheels-macos-12
216-
path: artifacts/wheels-macos-12
215+
name: wheels-macos-13
216+
path: artifacts/wheels-macos-13
217217
- name: Download macOS arm64 wheels artifact
218218
uses: actions/download-artifact@v4
219219
with:

0 commit comments

Comments
 (0)