Skip to content

Commit

Permalink
change macos from arm to x86-64 gh actions; ubuntu-lastest
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rinchin committed Aug 5, 2024
1 parent 7d76dbc commit 1851aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest] # FIX: 'ubuntu-latest'(ubunut-22.04) -> 'ubuntu-20.04': Python version 3.6 was not found in the local cache
os: [ubuntu-latest, windows-latest, macos-14] # FIX: 'ubuntu-latest'(ubunut-22.04) -> 'ubuntu-20.04': Python version 3.6 was not found in the local cache
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
Expand Down

0 comments on commit 1851aac

Please sign in to comment.