Skip to content

Commit 4ce801f

Browse files
authored
test: update to macos-15 (#1426)
1 parent 0d56649 commit 4ce801f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/example-basic-pnpm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-24.04, windows-2025, macos-14]
14+
os: [ubuntu-24.04, windows-2025, macos-15]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout

Diff for: .github/workflows/example-basic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-22.04, ubuntu-24.04, windows-2025, macos-14]
15+
os: [ubuntu-22.04, ubuntu-24.04, windows-2025, macos-15]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Checkout

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ jobs:
833833
- name: Cypress run
834834
uses: cypress-io/github-action@v6
835835
with:
836-
# Linux and MacOS
836+
# Linux and macOS
837837
start: npm start
838838
# Takes precedences on Windows
839839
start-windows: npm run start:windows:server

0 commit comments

Comments
 (0)