Skip to content

Commit c98b5a1

Browse files
Update dependency macos to v15
1 parent 79150ee commit c98b5a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010

1111
build:
12-
runs-on: macos-14 # Apple Silicon Runner
12+
runs-on: macos-15 # Apple Silicon Runner
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/detect-api-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build:
17-
runs-on: macos-14 # Apple Silicon Runner
17+
runs-on: macos-15 # Apple Silicon Runner
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)