diff options
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cd82fe5a54..e55a799825 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,12 +13,10 @@ jobs: matrix: runner: [windows-large, macos-12-xl] configuration: [Release] - addrsize: [32,64] + addrsize: [64] python-version: ["3.11"] developer_dir: ["", "/Applications/Xcode_14.0.1.app/Contents/Developer"] exclude: - - runner: macos-12-xl - addrsize: 32 - runner: windows-large developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" ## nat 2023-06-29: until we've resolved the !@#$%! Windows Python |