Skip to content

Commit

Permalink
🥺🥺🥺🥺
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Feb 12, 2024
1 parent 05595ea commit 3a73ad3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: macos-14
runs-on: macos-14-large

steps:
- name: Checkout repository
Expand All @@ -23,7 +23,7 @@ jobs:
run: grep "<version>" pom.xml | head -1 | grep -v SNAPSHOT

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/MmlTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ public static void main(String[] args) throws Exception {
cdl.await();
Debug.println("here");
p.stop();
Thread.getAllStackTraces().keySet().forEach(System.err::println);
Thread.getAllStackTraces().keySet().forEach(System.err::println);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/**
* SimpleResamplingInputFilterTest.
*
* @require tritonus_remaining-XXX.jar
* @require tritonus:tritonus_remaining
*
* @author <a href="mailto:[email protected]">Naohide Sano</a> (nsano)
* @version 0.00 060202 nsano initial version <br>
Expand Down

0 comments on commit 3a73ad3

Please sign in to comment.