Skip to content

Commit

Permalink
Fix Github actions by using latest ubuntu distro (latchset#411)
Browse files Browse the repository at this point in the history
Resolves: latchset#410

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored May 9, 2023
1 parent 96726a2 commit c1a8aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
continue-on-error: ${{ ! matrix.stable }}
strategy:
matrix:
Expand Down

0 comments on commit c1a8aff

Please sign in to comment.