Skip to content

Commit a44c98a

Browse files
Update dependency macos to v15 (#1707)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 124b63a commit a44c98a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
path: '**/build/reports'
125125

126126
publish:
127-
runs-on: macos-14
127+
runs-on: macos-15
128128
if: github.repository == 'square/okio' && github.ref == 'refs/heads/master'
129129
needs: [jvm, all-platforms, emulator]
130130

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
publish:
13-
runs-on: macos-14
13+
runs-on: macos-15
1414

1515
steps:
1616
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)