Skip to content

Commit

Permalink
Merge pull request #15 from swap-dev/github-actions-build-fix
Browse files Browse the repository at this point in the history
Pin Ubuntu runner version to 20.04
  • Loading branch information
one-and-only authored Dec 28, 2022
2 parents 347cd6e + ae41562 commit 1e78195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build-ubuntu:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 1e78195

Please sign in to comment.