Skip to content

Commit

Permalink
Dowgrade to macos-10.15 for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuan Truong committed Apr 1, 2023
1 parent 614d2e1 commit 757edb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-11, windows-latest]
os: [ubuntu-18.04, macos-10.15, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
Expand All @@ -28,7 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Brew unlink gcc@9 to avoid build error with OpenMP on MacOS
if: matrix.os == 'macos-11'
if: matrix.os == 'macos-10.15'
run: brew unlink gcc@9

- name: Display Python version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-11, windows-latest]
os: [ubuntu-18.04, macos-10.15, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
Expand All @@ -31,7 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Brew unlink gcc@9 to avoid build error with OpenMP on MacOS
if: matrix.os == 'macos-11'
if: matrix.os == 'macos-10.15'
run: brew unlink gcc@9

- name: Display Python version
Expand Down

0 comments on commit 757edb6

Please sign in to comment.