Skip to content

Commit

Permalink
Upgrade github runner ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislav-chynoransky committed Nov 6, 2024
1 parent b803859 commit 7c824f7
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
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
test:
name: Test
runs-on: ubuntu-18.04
runs-on: ubuntu-24.04
services:
mysql:
image: mysql:5.7.29
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

deploy:
name: Deploy
runs-on: ubuntu-18.04
runs-on: ubuntu-24.04
needs: [test]
if: github.ref == 'refs/heads/master'
steps:
Expand Down

0 comments on commit 7c824f7

Please sign in to comment.