Skip to content

Commit 2b729cf

Browse files
committed
ci: switch runner to ubuntu-latest
1 parent 0116586 commit 2b729cf

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
@@ -7,7 +7,7 @@ name: Quarto Publish
77

88
jobs:
99
build-deploy:
10-
runs-on: macos-latest # ubuntu-latest windows-latest
10+
runs-on: ubuntu-latest # macos-latest # windows-latest
1111
permissions:
1212
contents: write
1313
steps:

0 commit comments

Comments
 (0)