diff options
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7731a837e9..d0f1b59ae6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,6 +19,7 @@ jobs: - runner: windows-large configuration: Release addrsize: 32 + python-version: "3.11" - runner: macos-12-xl developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" runs-on: ${{ matrix.runner }} @@ -59,7 +60,7 @@ jobs: repository: secondlife/build-variables ref: viewer path: .build-variables - + - name: Install autobuild run: pip3 install autobuild llsd |