Skip to content

Commit f4ba62a

Browse files
Merge branch 'main' into SDK-4739
2 parents e8465b1 + be977f9 commit f4ba62a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-launch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ['ubuntu-latest', 'windows-latest', 'macos-13']
16+
os: ['ubuntu-latest', 'windows-latest', 'macos-15']
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: ⬇️ Checkout Code

.github/workflows/test-multiremote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ['windows-latest', 'macos-13']
16+
os: ['windows-latest', 'macos-15']
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: ⬇️ Checkout Code

.github/workflows/test-standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ['windows-latest', 'macos-13']
16+
os: ['windows-latest', 'macos-15']
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: ⬇️ Checkout Code

.github/workflows/test-testrunner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ['windows-latest', 'macos-13']
16+
os: ['windows-latest', 'macos-15']
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: ⬇️ Checkout Code

0 commit comments

Comments
 (0)