Skip to content
Snippets Groups Projects
Commit f8c7933f authored by Bennett Goble's avatar Bennett Goble Committed by Andrey Lihatskiy
Browse files

CI: Remove python-version from matrix

Drop python version from matrix configuration as it's always 3.11.
parent 970531b4
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ jobs: ...@@ -13,7 +13,6 @@ jobs:
matrix: matrix:
runner: [windows-large, macos-12-xl] runner: [windows-large, macos-12-xl]
configuration: [Release, ReleaseOS] configuration: [Release, ReleaseOS]
python-version: ["3.11"]
include: include:
- runner: macos-12-xl - runner: macos-12-xl
developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer"
...@@ -67,7 +66,7 @@ jobs: ...@@ -67,7 +66,7 @@ jobs:
- name: Setup python - name: Setup python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: "3.11"
- name: Checkout build variables - name: Checkout build variables
uses: actions/checkout@v4 uses: actions/checkout@v4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment