Keep windows and mac on Python 3.11

This commit is contained in:
Veronica Berglyd Olsen
2024-04-06 17:15:20 +02:00
parent ba4a3c16f3
commit 12318b5c31
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Python Setup - name: Python Setup
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.12" python-version: "3.11"
architecture: x64 architecture: x64
- name: Install Packages (brew) - name: Install Packages (brew)
run: | run: |
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Python Setup - name: Python Setup
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.12" python-version: "3.11"
architecture: x64 architecture: x64
- name: Checkout Source - name: Checkout Source
uses: actions/checkout@v4 uses: actions/checkout@v4