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

Commitadc3ad8

Browse files
authored
Merge pull request#13 from rixwew/#12
Fix github action errors on windows and macos environments
2 parentsd318cfc +05f5111 commitadc3ad8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.github/workflows/build_mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
os:[macos-latest]
15+
os:[macos-10.15]
1616
architecture:[x64]
17-
python-version:[3.6, 3.7, 3.8]
17+
python-version:[3.6, 3.7, 3.8, 3.9, 3.10]
1818

1919
steps:
2020
-uses:actions/checkout@v2

‎.github/workflows/build_win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
os:[windows-latest]
15+
os:[windows-2019]
1616
architecture:[x64, x86]
17-
python-version:[3.6, 3.7, 3.8]
17+
python-version:[3.6, 3.7, 3.8, 3.9, 3.10]
1818

1919
steps:
2020
-uses:actions/checkout@v2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp