Skip to content

Commit f6fcf20

Browse files
meretparmintaenzertng
authored andcommitted
[issue-815] Add legacy os macos-13 to CI
Signed-off-by: Meret Behrens <[email protected]>
1 parent 3217883 commit f6fcf20

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/check_codestyle.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
exclude: # see https://github.com/actions/runner-images/issues/9770#issuecomment-2085623315
2525
- python-version: "3.7"
2626
os: macos-latest
27+
include:
28+
- python-version: "3.7"
29+
os: macos-13
2730

2831
steps:
2932
- uses: actions/checkout@v3

.github/workflows/install_and_test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
exclude: # see https://github.com/actions/runner-images/issues/9770#issuecomment-2085623315
2222
- python-version: "3.7"
2323
os: macos-latest
24+
include:
25+
- python-version: "3.7"
26+
os: macos-13
2427

2528
steps:
2629
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)