Skip to content

Commit

Permalink
Runs build on macos-latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
JayShortway authored Feb 16, 2024
1 parent ec9faf2 commit d3100fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: macos-latest
permissions:
contents: read

Expand All @@ -22,7 +22,7 @@ jobs:
java-version: '17'
distribution: 'temurin'

# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
Expand Down

0 comments on commit d3100fc

Please sign in to comment.