Skip to content

Commit

Permalink
Merge pull request f4pga#2109 from antmicro/fix-gh-ci
Browse files Browse the repository at this point in the history
gh-actions: ci: use ubuntu-18.04
  • Loading branch information
acomodi committed Mar 18, 2021
2 parents 9669b55 + 974400e commit 7ab7808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:

Run-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:

- uses: actions/checkout@v2
Expand Down

0 comments on commit 7ab7808

Please sign in to comment.