Skip to content

Commit

Permalink
py312
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 5, 2024
1 parent 8a46f8f commit 7d95005
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,15 @@ jobs:

macos_cpp_py:
name: Tests MacOS C++/Python
runs-on: macos-15
runs-on: macos-latest
env:
PYTHONFAULTHANDLER: "1"

steps:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- uses: actions/checkout@v4
- run: git fetch --prune --unshallow
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
macos_python:
name: Tests MacOS Python
runs-on: macos-15
runs-on: macos-latest
env:
PYTHONFAULTHANDLER: "1"

Expand All @@ -316,7 +316,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- uses: actions/checkout@v4
- run: git fetch --prune --unshallow
Expand Down

0 comments on commit 7d95005

Please sign in to comment.