Skip to content

Commit

Permalink
change OS for action
Browse files Browse the repository at this point in the history
  • Loading branch information
IObert committed Oct 14, 2024
1 parent 38b5c06 commit 88e275f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Tests
name: Deploy
on:
push:
branches: [main]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # required for heroku deploy action
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 88e275f

Please sign in to comment.