We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124b63a commit a44c98aCopy full SHA for a44c98a
.github/workflows/build.yml
@@ -124,7 +124,7 @@ jobs:
124
path: '**/build/reports'
125
126
publish:
127
- runs-on: macos-14
+ runs-on: macos-15
128
if: github.repository == 'square/okio' && github.ref == 'refs/heads/master'
129
needs: [jvm, all-platforms, emulator]
130
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
13
14
15
steps:
16
- uses: actions/checkout@v5
0 commit comments