From 97c1b9d6be8555035f2e75b6e9b4a068fff4825e Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Mon, 27 Apr 2026 16:38:13 -0700 Subject: [PATCH] RU-T50 Updating github runner --- .github/workflows/react-native-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-native-cicd.yml b/.github/workflows/react-native-cicd.yml index 5de06f6..7ef7475 100644 --- a/.github/workflows/react-native-cicd.yml +++ b/.github/workflows/react-native-cicd.yml @@ -119,7 +119,7 @@ jobs: strategy: matrix: platform: [android, ios] - runs-on: ${{ matrix.platform == 'ios' && 'macos-15' || 'ubuntu-latest' }} + runs-on: ${{ matrix.platform == 'ios' && 'macos-26' || 'ubuntu-latest' }} environment: RNBuild steps: - name: 🏗 Checkout repository