Skip to content

Commit

Permalink
Merge pull request #3705 from wwahammy/fix-build
Browse files Browse the repository at this point in the history
Build on Ubuntu 20.04
  • Loading branch information
ocdtrekkie authored Jan 14, 2024
2 parents b745deb + c36f68e commit 7e87e6e
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 @@ -6,7 +6,7 @@ env:
CCACHE_DIR: ${{ github.workspace }}/.ccache"
jobs:
build_and_test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: install dependencies
Expand Down

0 comments on commit 7e87e6e

Please sign in to comment.