Skip to content

Commit 757edb6

Browse files
author
Tuan Truong
committed
Dowgrade to macos-10.15 for GitHub actions
1 parent 614d2e1 commit 757edb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-18.04, macos-11, windows-latest]
19+
os: [ubuntu-18.04, macos-10.15, windows-latest]
2020
python-version: [3.6, 3.7, 3.8, 3.9]
2121

2222
steps:
@@ -28,7 +28,7 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929

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

3434
- name: Display Python version

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-18.04, macos-11, windows-latest]
22+
os: [ubuntu-18.04, macos-10.15, windows-latest]
2323
python-version: [3.6, 3.7, 3.8, 3.9]
2424

2525
steps:
@@ -31,7 +31,7 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232

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

3737
- name: Display Python version

0 commit comments

Comments
 (0)