Skip to content

Commit

Permalink
ci: change os from macos to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
coaguila committed Oct 18, 2024
1 parent b20049b commit ed24c90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/AndroidBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macOS-latest //or ubunto-latest or windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout code
Expand All @@ -20,9 +20,6 @@ jobs:
distribution: 'adopt'
java-version: '17'

- name: Grant execute permissions for gradlew //this step is only for macOS
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew build

Expand Down

0 comments on commit ed24c90

Please sign in to comment.