Skip to content

Commit

Permalink
fixup! ci: macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoKramer committed Dec 22, 2024
1 parent cbd60e0 commit 4f09d5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/native-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GRAALVM_VERSION: 22.0.2
DTHK_PLATFORM: macos
DTHK_ARCH: amd64
steps:
Expand All @@ -36,7 +35,7 @@ jobs:
submodules: 'true'

- name: Cache deps
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-deps
with:
path: ~/.m2/repository
Expand All @@ -48,7 +47,6 @@ jobs:
with:
java-version: '22'
distribution: 'graalvm'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install clojure tools
Expand Down

0 comments on commit 4f09d5f

Please sign in to comment.