Skip to content
Snippets Groups Projects
Unverified Commit 4b24c326 authored by Signal Linden's avatar Signal Linden Committed by GitHub
Browse files

Merge pull request #1199 from secondlife/signal/rm-py-matrix

CI: Remove python-version from matrix
parents da9a1dcb 7fa24d63
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment