Skip to content

Commit

Permalink
CI use macos-latest, windows 5.32 due to pl2bat failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Oct 24, 2024
1 parent ea525ca commit 2c1de63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, windows-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest]
perl-version: ['5']
include:
- { os: 'ubuntu-latest', perl-version: "5.16" }
- { os: 'ubuntu-latest', perl-version: "5.20" }
- { os: 'ubuntu-latest', perl-version: "5.30" }
- { os: 'ubuntu-latest', perl-version: "5.32" }
- { os: 'windows-latest', perl-version: "5.38" }
#- perl-version: '5.32'
# os: ubuntu-latest
# release-test: true
Expand Down

0 comments on commit 2c1de63

Please sign in to comment.