diff options
| author | Signal Linden <signal@lindenlab.com> | 2022-10-11 14:17:57 -0700 | 
|---|---|---|
| committer | Signal Linden <signal@lindenlab.com> | 2022-10-11 14:17:57 -0700 | 
| commit | 13ab3e3f0658a26ae8345a1b8916240bafae302b (patch) | |
| tree | ad3c25ecca34fa12dcf5e6c07a18542625870ef6 | |
| parent | 67512f0ddbb997a52d2606570baef7ebacf766d5 (diff) | |
Omit macOS until I have a mac laptop
| -rw-r--r-- | .github/workflows/build.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 66ee864a77..f2bba6dc45 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,7 +10,7 @@ jobs:    build:      strategy:        matrix: -        os: [windows-2022, macos-11] +        os: [windows-2022]          configuration: [RelWithDebInfoOS]          addrsize: [64]          include: | 
