Skip to content

Commit

Permalink
switch back to macos-11 as macos-latest also fails; explicity install…
Browse files Browse the repository at this point in the history
… missing libraries for macos via brew
  • Loading branch information
djerius committed May 13, 2024
1 parent cf2ee08 commit 8386f82
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest ]
# os: [ubuntu-latest, macos-latest ]
os: [ macos-11 ]
perl-version: ['5.10', '5.14', '5.20', '5.30']
install-pgplot: [ true, false ]
# make macos-11 be part of the matrix so it gets the
Expand All @@ -38,17 +39,11 @@ jobs:
perl-version: '5.14'
- os: macos-11
perl-version: '5.20'
- os: macos-latest
perl-version: '5.10'
- os: macos-latest
perl-version: '5.14'
- os: macos-latest
perl-version: '5.20'
include:
- perl-version: '5.30'
os: ubuntu-latest
release-test: true
coverage: true
# include:
# - perl-version: '5.30'
# os: ubuntu-latest
# release-test: true
# coverage: true
# Disable windows
# NOTE pgplot does not yet have a build for windows
#- perl-version: '5.30'
Expand Down

0 comments on commit 8386f82

Please # to comment.