Skip to content

Commit

Permalink
Use Python 3.12.0 for macos-14 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 31, 2024
1 parent 4263f1e commit 0049d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.12.0'
- name: Set up dependencies
run: |
# Download Eclipse SDK
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.12.0'
- name: Set up dependencies
shell: bash
run: mx.trufflesqueak/utils.sh set-up-dependencies jar
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.12.0'
- name: Set up dependencies
shell: bash
run: mx.trufflesqueak/utils.sh set-up-dependencies ${{ matrix.type }}
Expand Down

0 comments on commit 0049d8f

Please sign in to comment.