diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-07-18 11:41:32 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-07-18 11:41:32 -0400 |
commit | dcb1403661f227b16fd5d5622c7e1a692b461c5b (patch) | |
tree | 47db8e0b1a0c9910875a32c3e6bfd2afdaadc7de | |
parent | a4882870f8640b55ac1e53a808cbea5fc5b394d9 (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.
-rw-r--r-- | .github/workflows/build.yaml | 1 |
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 |