Skip to content

Commit 706fbad

Browse files
authored
Update main.yml
fixes deploy
1 parent d7cb8ee commit 706fbad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: php artisan migrate --force
141141

142142
deploy:
143-
runs-on: ubuntu-20.04
143+
runs-on: ubuntu-latest
144144
if: ${{ github.event_name == 'deployment' || github.event_name == 'push' }}
145145
needs: [phpunit, phpcpd, migration, yarn, security, php-insights]
146146
steps:

0 commit comments

Comments
 (0)