Skip to content

Commit

Permalink
change back - screw them
Browse files Browse the repository at this point in the history
  • Loading branch information
fenke committed Jun 27, 2024
1 parent 245d462 commit 866809e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
workflow_dispatch:
jobs:
deploy:
runs-on: python:3-bookworm
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/quarto-ghp@master]
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ on: [workflow_dispatch, pull_request, push]

jobs:
test:
runs-on: python:3-bookworm
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/nbdev-ci@master]

0 comments on commit 866809e

Please sign in to comment.