Skip to content

Commit 067bf7e

Browse files
authored
Update MacOS runner and revert #1443 (#1449)
Reverts #1443 since dulwich made a new release with @wshanks's fix. Also updates the mac test runner to `macos-13` since `macOS-latest` is now arm-based and no longer supports python3.8. We should eventually follow Qiskit/qiskit#12102 and add arm support.
1 parent cb37d42 commit 067bf7e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Diff for: .github/workflows/cron-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: [3.8, "3.12"]
15-
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
15+
os: ["ubuntu-latest", "macos-13", "windows-latest"]
1616
steps:
1717
- name: Print Concurrency Group
1818
env:

Diff for: .github/workflows/main.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
python-version: [3.8, "3.12"]
20-
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
20+
os: ["ubuntu-latest", "macos-13", "windows-latest"]
2121
steps:
2222
- name: Print Concurrency Group
2323
env:
@@ -88,10 +88,6 @@ jobs:
8888
- uses: actions/checkout@v4
8989
with:
9090
fetch-depth: 0
91-
- name: Temporary workaround for GitVersion
92-
shell: bash
93-
run: |
94-
git config --unset-all extensions.worktreeconfig
9591
- name: Set up Python 3.12
9692
uses: actions/setup-python@v5
9793
with:

0 commit comments

Comments
 (0)