diff options
author | Signal Linden <signal@lindenlab.com> | 2022-10-12 15:35:28 -0700 |
---|---|---|
committer | Signal Linden <signal@lindenlab.com> | 2022-10-12 15:35:28 -0700 |
commit | d842eb988302bd4ea25433d6ce305360a0402b75 (patch) | |
tree | a63c9ecccad4dfb7bc70ed25c955b1c3f6704b22 /.github | |
parent | 7c4a1668462a4c655f5c3875fcff863b96565c49 (diff) |
Build on 64-core machine
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 57018823aa..e6771e422b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,11 +10,11 @@ jobs: build: strategy: matrix: - runner: [windows-2022, macos-11] + runner: [windows-2022-public-005] configuration: [ReleaseOS] addrsize: [64] include: - - runner: windows-2022 + - runner: windows-2022-public-005 configuration: ReleaseOS addrsize: 32 runs-on: ${{ matrix.runner }} |