From 68c01125d2300a236a93ec693376b491f1173744 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Fri, 6 Jun 2025 17:21:27 -0400 Subject: [PATCH] CI: Update steam-upload runner to macos-15 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 909260993..b7d8483a3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -161,7 +161,7 @@ jobs: name: Upload Steam Builds 🚂 needs: check-tag if: github.repository_owner == 'obsproject' && fromJSON(needs.check-tag.outputs.validTag) - runs-on: macos-14 + runs-on: macos-15 steps: - uses: actions/checkout@v4 - uses: ./.github/actions/steam-upload