We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3217883 commit f6fcf20Copy full SHA for f6fcf20
.github/workflows/check_codestyle.yml
@@ -24,6 +24,9 @@ jobs:
24
exclude: # see https://github.com/actions/runner-images/issues/9770#issuecomment-2085623315
25
- python-version: "3.7"
26
os: macos-latest
27
+ include:
28
+ - python-version: "3.7"
29
+ os: macos-13
30
31
steps:
32
- uses: actions/checkout@v3
.github/workflows/install_and_test.yml
@@ -21,6 +21,9 @@ jobs:
21
22
23
0 commit comments