Skip to content

Commit

Permalink
macos-14 to macos-14-large
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rinchin committed Aug 5, 2024
1 parent 1851aac commit 4cff8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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-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
os: [ubuntu-20.04, windows-latest, macos-14-large] # 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 All @@ -59,7 +59,7 @@ jobs:
poetry-version: 1.1.7

- name: install deps for MacOS
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.os == 'macos-14-large' }}
run: brew install libomp cairo pango gdk-pixbuf libffi

- name: install deps for Ubuntu
Expand Down

0 comments on commit 4cff8cf

Please sign in to comment.