diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-07-06 17:38:58 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-07-06 17:38:58 -0400 |
commit | 07b47160f1d93c1ed0ee5e61c0c8330f66e20857 (patch) | |
tree | de21291b47fc9952f4ce8fb5306136d56b44ee30 /.github | |
parent | ca5f3e3b35dedd3674df91ec5aabae1e6bab4acd (diff) |
SL-18837: Ding Dong, 32-bit is dead!
Diffstat (limited to '.github')
-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 |