diff options
author | Signal Linden <signal@lindenlab.com> | 2024-04-11 11:32:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 11:32:00 -0700 |
commit | 4b24c32678b94d5ba75531fa76b96ba10f87dc0e (patch) | |
tree | 33412786e2850893e6bdcb44a76e3f2e099eed4e | |
parent | da9a1dcb55548a249ff7a1255f3e518696b81245 (diff) | |
parent | 7fa24d636e42c19baf8a9a6fc4bf9b554dca0e3a (diff) |
Merge pull request #1199 from secondlife/signal/rm-py-matrix
CI: Remove python-version from matrix
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ddb0f44150..f18b31ef0f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,6 @@ jobs: matrix: runner: [windows-large, macos-12-xl] configuration: [Release, ReleaseOS] - python-version: ["3.11"] include: - runner: macos-12-xl developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" @@ -67,7 +66,7 @@ jobs: - name: Setup python uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} + python-version: "3.11" - name: Checkout build variables uses: actions/checkout@v4 |