Skip to content

Commit

Permalink
Patch a CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed May 30, 2024
1 parent 5f361c6 commit ab4826a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jlpkgbutler-ci-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
matrix:
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macos-13]
exclude:
- os: macOS-latest
- os: macos-13
julia-arch: x86

steps:
Expand Down

0 comments on commit ab4826a

Please sign in to comment.