Skip to content

Commit

Permalink
Update to latest Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmook committed Jun 4, 2024
1 parent 81b298f commit 732a5b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ on:

jobs:
build:
runs-on: macos-11
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
Expand Down

0 comments on commit 732a5b8

Please sign in to comment.