summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a32efca2..aa378917 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ permissions:
jobs:
build:
name: Build PluginLoader
- runs-on: ubuntu-22.10
+ runs-on: ubuntu-22.04
steps:
- name: Print input
@@ -47,10 +47,10 @@ jobs:
with:
node-version: 18
- - name: Set up Python 3.11.4 🐍
+ - name: Set up Python 3.10.12 🐍
uses: actions/setup-python@v4
with:
- python-version: "3.11.4"
+ python-version: "3.10.12"
- name: Install Python dependencies ⬇️
run: |
@@ -97,10 +97,10 @@ jobs:
with:
node-version: 18
- - name: Set up Python 3.11.4 🐍
+ - name: Set up Python 3.10.12 🐍
uses: actions/setup-python@v4
with:
- python-version: "3.11.4"
+ python-version: "3.10.12"
- name: Install Python dependencies ⬇️
run: |