Skip to content

Commit

Permalink
Use macOS-latest instead of macOS-12 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrennels authored Jan 20, 2025
1 parent 0f3e834 commit 18768fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jlpkgbutler-ci-master-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
matrix:
julia-version: ['1.6', '1.7', '1.8', '1.9', '1.10']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macos-12]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: macos-12
- os: macos-latest
julia-arch: x86
- os: windows-latest
julia-arch: x86
Expand Down
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.6', '1.7', '1.8', '1.9', '1.10']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macos-12]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: macos-12
- os: macos-latest
julia-arch: x86
- os: windows-latest
julia-arch: x86
Expand Down

0 comments on commit 18768fa

Please sign in to comment.