diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2023-09-06 17:03:22 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2023-09-06 17:03:22 -0400 | 
| commit | 755f9d9ac9548e27d68ec701676e20c4824833f8 (patch) | |
| tree | ade6b30158443c567382d04950ce7d0aa542bc88 | |
| parent | 5bf2317bd8a9ebef1d19b448fefd358264bde7c6 (diff) | |
SL-19243: Specify macos-latest for post-mac-symbols.
We want to run on a GitHub-hosted runner rather than one of our own.
| -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 a901e33ec1..025fc1560e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -267,7 +267,7 @@ jobs:    post-mac-symbols:      needs: build -    runs-on: macos +    runs-on: macos-latest      steps:        - name: Post Mac symbols          uses: secondlife/viewer-post-bugsplat-mac@main | 
