Skip to content

Commit d037a94

Browse files
authored
Merge pull request #99 from fumito-ito/renovate/macos-15.x
2 parents 6e8962d + 0889557 commit d037a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-publish-cocoapods-on-tag.yml

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

10-
runs-on: macos-14
10+
runs-on: macos-15
1111

1212
steps:
1313
- uses: actions/checkout@v5

.github/workflows/run-test-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66
build:
77

8-
runs-on: macos-14
8+
runs-on: macos-15
99

1010
env:
1111
TEST: 1

0 commit comments

Comments
 (0)