Skip to content

Commit b9cdfd5

Browse files
authored
Update runner version to Ubuntu 22.04
ubuntu-latest might lead to problem, due to packages not updated.
1 parent 0df7049 commit b9cdfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Quarto Publish
99

1010
jobs:
1111
build-deploy:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
permissions:
1414
contents: write
1515
steps:

0 commit comments

Comments
 (0)