Skip to content

Commit be977f9

Browse files
authored
chore: update GitHub Actions macOS runner from 13 to 15 (webdriverio#14925)
1 parent 9c48804 commit be977f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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)