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 c616aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit c616aaf

Please sign in to comment.