Move to macos-13 runners
Macos-12 runners are deprecated and are refusing to run.
This commit is contained in:
parent
5ac2ddd6fc
commit
45a6057506
5 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue