Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99fbd89

Browse files
committed
Using different macos versions for python older and newer than 3.11
1 parentffe24b3 commit99fbd89

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

‎.github/workflows/all-lints.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,20 @@ jobs:
88
runs-on:${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os:[ubuntu-latest, macos-latest, windows-latest]
11+
os:[ubuntu-latest, macos-13, macos-latest, windows-latest]
1212
python-version:['3.8', '3.9', '3.10', '3.11', '3.12']
13+
exclude:
14+
-os:macos-latest
15+
python-version:3.8
16+
-os:macos-latest
17+
python-version:3.9
18+
-os:macos-latest
19+
python-version:3.10
20+
-os:macos-13
21+
python-version:3.11
22+
-os:macos-13
23+
python-version:3.12
24+
1325
steps:
1426
-uses:actions/checkout@v4
1527
-uses:marian-code/python-lint-annotate@master

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp