diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-09-01 07:46:32 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-09-01 07:46:32 -0400 |
commit | 2ee8cb0e1601465737fad1fdc02dc237c4294330 (patch) | |
tree | 583a7622d0653d8487f17a7aa1fbdf1583a63d3d | |
parent | c8aa205fab621c6b88393b06268e0026eeb07a23 (diff) |
SL-19243: Job to post windows symbols must run on Windows.
-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 526ac6999f..901cd092af 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -254,7 +254,7 @@ jobs: post-windows-symbols: needs: build - runs-on: ubuntu-latest + runs-on: windows steps: - name: Post windows symbols uses: secondlife/viewer-post-bugsplat-windows@main |