Skip to content

Commit

Permalink
Publish with macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jul 6, 2024
1 parent 451e6ca commit 5627aa6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish-release:
name: Publish Release
runs-on: ubuntu-latest
runs-on: macos-latest
if: github.repository == 'kizitonwose/Calendar'
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
publish-snapshot:
name: Publish Snapshot
runs-on: ubuntu-latest
runs-on: macos-latest
if: github.repository == 'kizitonwose/Calendar'
steps:
- name: Checkout Repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ object Config {
}

object Versions {
val core = "2.6.0-alpha01"
val multiplatfrom = "2.6.0-alpha01"
val core = "2.6.0-alpha02"
val multiplatfrom = "2.6.0-alpha02"
}

object Android {
Expand Down

0 comments on commit 5627aa6

Please sign in to comment.