Skip to content

Commit 1c95457

Browse files
authored
Change runner from macOS to Ubuntu for pkgdown
1 parent 5091801 commit 1c95457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: pkgdown
77

88
jobs:
99
pkgdown:
10-
runs-on: macoS-latest
10+
runs-on: ubuntu-latest
1111
env:
1212
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1313
steps:

0 commit comments

Comments
 (0)