summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSignal Linden <signal@lindenlab.com>2022-10-10 10:01:27 -0700
committerSignal Linden <signal@lindenlab.com>2022-10-10 10:01:27 -0700
commit7dc98ef96a871eed413a3fd5a578e3d8b143026d (patch)
treec45d18c518425376272fb78a8a0c6bcbd3e92b37 /.github/workflows
parent977d7e9ea0c6b04b085704a4a7b64244522e770c (diff)
Build with VS2k22
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index bb0fb2efd8..b58d426966 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
- os: [windows-2019, macos-11]
+ os: [windows-2022, macos-11]
configuration: [RelWithDebInfoOS]
addrsize: [64]
include:
@@ -46,5 +46,5 @@ jobs:
- name: Build
run: |
- autobuild configure
+ autobuild configure -c ${{ matrix.configuration }}
autobuild build --no-configure