Skip to content

Commit

Permalink
CI - bump up to macos-latest with updated runners
Browse files Browse the repository at this point in the history
All Python versions should be now available in the runner.

Reverts quantumlib#6578
Fixes quantumlib#6577
  • Loading branch information
pavoljuhas committed May 16, 2024
1 parent bf67f29 commit 7796818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11']
# TODO(#6577): upgrade to macos-latest when it runs Python 3.10
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
# TODO(#6577): upgrade to macos-latest when it runs Python 3.10
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 7796818

Please sign in to comment.