Skip to content

Commit 2b73c45

Browse files
authored
fixes #3; fixes macOS CI (#4)
1 parent 2944934 commit 2b73c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
builder: ubuntu-20.04
2828
- target:
2929
os: macos
30-
builder: macos-10.15
30+
builder: macos-11
3131
- target:
3232
os: windows
3333
builder: windows-2019
@@ -126,4 +126,4 @@ jobs:
126126
build_dir: htmlparser/htmldocs
127127
target_branch: gh-pages
128128
env:
129-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)