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
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"
architecture: x64
- name: Install Packages (brew)
run: |
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Python Setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"
architecture: x64
- name: Checkout Source
uses: actions/checkout@v4