summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSignal Linden <signal@lindenlab.com>2022-10-10 10:02:12 -0700
committerSignal Linden <signal@lindenlab.com>2022-10-10 10:02:12 -0700
commit5fadc18c6c4d80f0338265b7e3361960c28b00d4 (patch)
tree4f52fd31efc73550cdcedf4c3579989691b3a72d /.github
parent7dc98ef96a871eed413a3fd5a578e3d8b143026d (diff)
Also build win32 with VS2k22
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index b58d426966..39e5d1597d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -14,7 +14,7 @@ jobs:
configuration: [RelWithDebInfoOS]
addrsize: [64]
include:
- - os: windows-2019
+ - os: windows-2022
configuration: RelWithDebInfoOS
addrsize: 32
runs-on: ${{ matrix.os }}