Skip to content

Commit

Permalink
ci: use macos as runners operating system
Browse files Browse the repository at this point in the history
Signed-off-by: jnelle <[email protected]>

* also disable versioning for ci commits
  • Loading branch information
jnelle committed Jun 22, 2024
1 parent 36d92a6 commit 0d8348e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-14
permissions:
contents: write
steps:
Expand All @@ -19,7 +19,7 @@ jobs:
with:
token: ${{ github.token }}
branch: master
patchList: "ci, refactor, fix, style, chore"
patchList: "refactor, fix, style, chore"
- name: set up JDK 21
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 0d8348e

Please sign in to comment.