Skip to content

Commit 83fc389

Browse files
committed
Migrate from macos-12 to macos-13
1 parent 3e8daef commit 83fc389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cross-platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
config:
20-
- {os: macos-12, slug: 'macos'}
20+
- {os: macos-13, slug: 'macos'}
2121
- {os: ubuntu-22.04, slug: 'linux'}
2222
- {os: windows-2022, slug: 'win'}
2323
env:

.github/workflows/update-conda-lockfiles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
config:
19-
- {os: macos-12, slug: 'macos', shell: 'bash -l {0}'}
19+
- {os: macos-13, slug: 'macos', shell: 'bash -l {0}'}
2020
- {os: ubuntu-22.04, slug: 'linux', shell: 'bash -l {0}'}
2121
- {os: windows-2022, slug: 'win', shell: 'cmd /C CALL {0}'}
2222
defaults:

0 commit comments

Comments
 (0)