Skip to content

Commit

Permalink
use macos-13 runner temporarily; bump setup-python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmncs committed Apr 29, 2024
1 parent bdd3da3 commit 40dc4f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
id: py3
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
id: py3
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -94,11 +94,11 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Install Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
id: py3
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 40dc4f3

Please sign in to comment.