Skip to content

Commit

Permalink
use latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
aurbano committed Jan 18, 2024
1 parent 4ba7315 commit 749bff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
- master

jobs:
build-deploy:
runs-on: ubuntu-18.04
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true

Expand Down

0 comments on commit 749bff8

Please sign in to comment.