Skip to content

Commit

Permalink
Run RC workflow on MacOS rather than Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
bidetofevil committed Jul 3, 2024
1 parent 3ed421b commit a9ec64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rc-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
jobs:
release:
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: macos-14
strategy:
matrix:
jdk-version: [ "17" ]
Expand Down

0 comments on commit a9ec64a

Please sign in to comment.