summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yaml
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-09-06 17:03:22 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-09-06 17:03:22 -0400
commit755f9d9ac9548e27d68ec701676e20c4824833f8 (patch)
treeade6b30158443c567382d04950ce7d0aa542bc88 /.github/workflows/build.yaml
parent5bf2317bd8a9ebef1d19b448fefd358264bde7c6 (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.
Diffstat (limited to '.github/workflows/build.yaml')
-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 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