Skip to content

Commit

Permalink
chore(): build.yml tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Sep 16, 2024
1 parent edbfaaa commit 92243ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master
jobs:
build:
runs-on : macos-latest
runs-on : ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
Expand All @@ -14,8 +14,6 @@ jobs:
with:
distribution: adopt
java-version: 17
- name: Grant execute permissions for gradlew
run: chmod +x ./gradlew
- name: Build with Gradle
run : ./gradlew build
build-ios:
Expand Down

0 comments on commit 92243ee

Please sign in to comment.