Skip to content

Commit

Permalink
os names
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 14, 2024
1 parent e2e4972 commit 05fb03d
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 @@ -43,7 +43,7 @@ jobs:
node: [14, 18]
lang: [Java, JavaScript]
exclude:
- os: macos-latest
- os: macos-12
node: 14
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
node ../src/eoc.js clean
node ../src/eoc.js "--parser=$PARSER" "--home-tag=${{ env.TAG }}" \
--batch "--language=${{ matrix.lang }}" test
if: ${{ matrix.os != 'windows-latest' }}
if: ${{ matrix.os != 'windows-2022' }}
- run: |
cd itest
$Parser = "${{ env.PARSER }}"
Expand All @@ -78,4 +78,4 @@ jobs:
node ../src/eoc.js "--parser=$Parser" "--home-tag=$Tag" `
--batch "--language=${{ matrix.lang }}" test
shell: pwsh
if: ${{ matrix.os == 'windows-latest' }}
if: ${{ matrix.os == 'windows-2022' }}

0 comments on commit 05fb03d

Please sign in to comment.