summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSignal Linden <signal@lindenlab.com>2022-10-11 15:10:04 -0700
committerSignal Linden <signal@lindenlab.com>2022-10-11 15:10:04 -0700
commit8d7cde22c31a59d0503230334b1d68e858364c9a (patch)
tree824362a5905f5545ab62346c5d56cb52fe73d952 /.github
parent13ab3e3f0658a26ae8345a1b8916240bafae302b (diff)
Replace llbase with llsd module
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index f2bba6dc45..91788c4076 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
- os: [windows-2022]
+ os: [windows-2022, macos-11]
configuration: [RelWithDebInfoOS]
addrsize: [64]
include:
@@ -48,5 +48,6 @@ jobs:
- name: Build
shell: bash
run: |
+ pip install llsd # Required by viewer tests
autobuild configure
autobuild build --no-configure