Move to macos-13 runners

Macos-12 runners are deprecated and are refusing to run.
This commit is contained in:
Andrew Eisenberg 2024-11-04 12:39:23 -08:00
parent 5ac2ddd6fc
commit 45a6057506
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -84,7 +84,7 @@ for file in (this_dir / 'checks').glob('*.yml'):
# "macos-latest" is now an ARM runner, so we run tests on the old CLIs on Intel runners instead.
if version in ["stable-v2.14.6"] and runnerImage == "macos-latest":
matrix.append({
'os': "macos-12",
'os': "macos-13",
'version': version
})
else: