Skip to content

Commit

Permalink
workflow now runs on unbutu machine
Browse files Browse the repository at this point in the history
  • Loading branch information
pydemull committed Nov 30, 2023
1 parent 251ced7 commit 7419cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: renderbook
jobs:
bookdown:
name: Render-Book
runs-on: macOS-latest
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GH_PAT }}
steps:
Expand Down

0 comments on commit 7419cbb

Please sign in to comment.