Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit 3c83fd4

Browse files
committed
ci: Fix macos 11 building
1 parent 35f60d1 commit 3c83fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: matrix.os == 'ubuntu-latest'
3535
run: yarn dist:linux
3636
- name: Build MacOS
37-
if: matrix.os == 'macos-latest'
37+
if: matrix.os == 'macos-11'
3838
run: yarn dist:mac
3939
- name: Build Windows
4040
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)