Skip to content

Commit 92d6c93

Browse files
committed
rename +javafun to avoid CI runner looking in path
1 parent 7b42662 commit 92d6c93

File tree

13 files changed

+3
-2
lines changed

13 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
timeout-minutes: 15
1717
runs-on: ${{ matrix.os }}
1818

19-
# R2022a and older has a runner-only (not real computer) path bug where it looks inside example/java despite not being told to
19+
# R2022b and older has a runner-only (not real computer) path bug where it looks inside example/java despite not being told to
2020
strategy:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-22.04]
24-
release: [R2022b, R2023a, R2023b, R2024a, R2024b]
24+
release: [R2022a, R2022b, R2023a, R2023b, R2024a, R2024b]
2525
include:
2626
- os: macos-latest
2727
release: R2024b
@@ -32,6 +32,7 @@ jobs:
3232
- os: windows-latest
3333
release: R2023a
3434

35+
3536
steps:
3637
- uses: actions/checkout@v4
3738

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)