Skip to content

Commit

Permalink
Update MacOS runner and revert qiskit-community#1443 (qiskit-communit…
Browse files Browse the repository at this point in the history
…y#1449)

Reverts qiskit-community#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.
  • Loading branch information
coruscating authored Apr 25, 2024
1 parent cb37d42 commit 067bf7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, "3.12"]
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-13", "windows-latest"]
steps:
- name: Print Concurrency Group
env:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, "3.12"]
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-13", "windows-latest"]
steps:
- name: Print Concurrency Group
env:
Expand Down Expand Up @@ -88,10 +88,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Temporary workaround for GitVersion
shell: bash
run: |
git config --unset-all extensions.worktreeconfig
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 067bf7e

Please sign in to comment.