Skip to content

Commit

Permalink
Fix issues identified by Julia Package Butler
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Package Butler committed Dec 19, 2024
1 parent eb9bba8 commit d547d5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/jlpkgbutler-ci-master-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
matrix:
julia-version: ['1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macos-12]
os: [ubuntu-latest, windows-latest, macos-13]
exclude:
- os: macos-12
- os: macos-13
julia-arch: x86
- os: macos-13
julia-version: "1.4"
- os: ubuntu-latest
julia-arch: x86

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/jlpkgbutler-ci-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
matrix:
julia-version: ['1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macos-12]
os: [ubuntu-latest, windows-latest, macos-13]
exclude:
- os: macos-12
- os: macos-13
julia-arch: x86
- os: macos-13
julia-version: "1.4"
- os: ubuntu-latest
julia-arch: x86

Expand Down

0 comments on commit d547d5c

Please sign in to comment.