Skip to content

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
@@ -24,7 +24,7 @@ jobs:
2424
include:
2525
- target:
2626
os: linux
27-
builder: ubuntu-18.04
27+
builder: ubuntu-20.04
2828
- target:
2929
os: macos
3030
builder: macos-10.15
@@ -121,7 +121,7 @@ jobs:
121121
github.event_name == 'push' && github.ref == 'refs/heads/master' &&
122122
matrix.target.os == 'linux' && matrix.target.cpu == 'amd64' &&
123123
matrix.branch == 'devel'
124-
uses: crazy-max/ghaction-github-pages@v1
124+
uses: crazy-max/ghaction-github-pages@v2
125125
with:
126126
build_dir: fusion/htmldocs
127127
target_branch: gh-pages

0 commit comments

Comments
 (0)