summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-09-01 07:46:32 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-09-01 07:46:32 -0400
commit2ee8cb0e1601465737fad1fdc02dc237c4294330 (patch)
tree583a7622d0653d8487f17a7aa1fbdf1583a63d3d
parentc8aa205fab621c6b88393b06268e0026eeb07a23 (diff)
SL-19243: Job to post windows symbols must run on Windows.
-rw-r--r--.github/workflows/build.yaml2
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