Skip to content

Commit

Permalink
Remove MacOS from CI due to timeout reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Feb 9, 2022
1 parent d84b2e4 commit 41d762a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_ci_default.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest ]
perl: [ '5.34', '5.32', '5.24', '5.18', '5.14', '5.10' ]
include:
- perl: '5.32'
Expand Down

0 comments on commit 41d762a

Please sign in to comment.