summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-07-18 11:41:32 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-07-18 11:41:32 -0400
commitdcb1403661f227b16fd5d5622c7e1a692b461c5b (patch)
tree47db8e0b1a0c9910875a32c3e6bfd2afdaadc7de /.github/workflows
parenta4882870f8640b55ac1e53a808cbea5fc5b394d9 (diff)
SL-18837: Re-delete redundant matrix.include python-version.
This clarifies that the matrix.include entry is intended to supplement an existing runner configuration, rather than adding a new configuration for the same runner.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index a3097c9b36..9b56d800f7 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -17,7 +17,6 @@ jobs:
include:
- runner: macos-12-xl
developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer"
- python-version: "3.11"
runs-on: ${{ matrix.runner }}
env:
AUTOBUILD_ADDRSIZE: 64