Skip to content

Commit cd44df2

Browse files
authored
ci: update to macos-26 (#2694)
## Summary: The image `macOS-26` is marked as a beta, let's try bumping to it. ## Test Plan: CI should pass
1 parent 61a3a83 commit cd44df2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/microsoft-build-rntester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build-rntester:
88
name: "${{ matrix.platform }}, ${{ matrix.arch }}, ${{ matrix.engine }}"
9-
runs-on: macos-15
9+
runs-on: macos-26
1010
timeout-minutes: 90
1111
strategy:
1212
fail-fast: false

.github/workflows/microsoft-react-native-test-app-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
react-native-test-app-integration:
88
name: "Test react-native-test-app integration"
9-
runs-on: macos-15
9+
runs-on: macos-26
1010
timeout-minutes: 60
1111
steps:
1212
- uses: actions/checkout@v4

.github/workflows/microsoft-test-react-native-macos-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
test-react-native-macos-init:
88
name: "Test react-native-macos init"
9-
runs-on: macos-15
9+
runs-on: macos-26
1010
timeout-minutes: 60
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)