Skip to content

Commit ab4826a

Browse files
committed
Patch a CI failure
1 parent 5f361c6 commit ab4826a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jlpkgbutler-ci-pr-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
matrix:
1212
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10']
1313
julia-arch: [x64, x86]
14-
os: [ubuntu-latest, windows-latest, macOS-latest]
14+
os: [ubuntu-latest, windows-latest, macos-13]
1515
exclude:
16-
- os: macOS-latest
16+
- os: macos-13
1717
julia-arch: x86
1818

1919
steps:

0 commit comments

Comments
 (0)