Skip to content

Commit

Permalink
#408: itest for 46
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 7, 2024
1 parent c85c9cb commit f6c7822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-24.04, macos-13, windows-2022 ]
os: [ ubuntu-24.04, macos-15, windows-2022 ]
java: [ 21 ]
node: [ 16 ]
# lang: [Java, JavaScript]
lang: [ Java ]
parser: [ 0.42.0 ]
tag: [ 0.42.0 ]
parser: [ 0.46.0 ]
tag: [ 0.46.0 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f6c7822

Please sign in to comment.