Skip to content

Commit e8b9717

Browse files
committed
use macos for publishing in ci
1 parent 2d192e8 commit e8b9717

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
publish-snapshot:
2323
needs: ["check-last-run"]
2424
if: "${{ needs.check-last-run.outputs.last_sha != github.sha }}"
25-
runs-on: "ubuntu-latest"
25+
runs-on: "macos-latest"
2626
permissions:
2727
packages: "write"
2828
steps:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish-maven:
10-
runs-on: ubuntu-latest
10+
runs-on: macos-latest
1111
environment:
1212
name: "maven-central"
1313
url: "https://central.sonatype.com/namespace/dev.sargunv.pokekotlin"
@@ -27,7 +27,7 @@ jobs:
2727
publish-pages:
2828
needs:
2929
- "publish-maven"
30-
runs-on: ubuntu-latest
30+
runs-on: macos-latest
3131
permissions:
3232
pages: "write"
3333
id-token: "write"

0 commit comments

Comments
 (0)