Skip to content

Commit

Permalink
🥺🥺
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Nov 9, 2024
1 parent 036c905 commit 7f8f50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: macos-14
runs-on: macos-latest

strategy:
fail-fast: false
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Build with Maven
run: |
brew install jpeg-xl
brew -arm64 install jpeg-xl
mvn -B install --file pom.xml -Dmaven.test.skip=true
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 7f8f50c

Please sign in to comment.