further build step tweaks
Some checks failed
Client Build / build (21.x) (pull_request) Failing after 17s
Server Build / build (pull_request) Successful in 45s

This commit is contained in:
Lucas Jensen
2026-01-01 20:51:22 -08:00
parent c620c28f54
commit 8b6378fe75
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
runs-on: linux_amd64 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:

View File

@@ -15,7 +15,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Python 3.12 - name: Set up Python 3.14
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: "3.14" python-version: "3.14"