Skip to content

Commit

Permalink
Use macos-14 for CI
Browse files Browse the repository at this point in the history
Should be faster, maybe?
  • Loading branch information
luk1337 committed Apr 13, 2024
1 parent 1196341 commit 99204ba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-14

steps:
- uses: actions/checkout@v4
- name: set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 99204ba

Please sign in to comment.