Skip to content

Commit

Permalink
CI - downgrade to macos-13 which has the needed Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas committed Apr 25, 2024
1 parent e1b03ef commit 09edbf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-daily.yml
Expand Up @@ -71,7 +71,8 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11']
runs-on: macos-latest
# TODO(#6577): upgrade to macos-latest when it runs Python 3.10
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -260,7 +260,8 @@ jobs:
strategy:
matrix:
python-version: [ '3.10', '3.11' ]
runs-on: macos-latest
# TODO(#6577): upgrade to macos-latest when it runs Python 3.10
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 09edbf6

Please sign in to comment.