Skip to content

Commit

Permalink
VB28-039 Update GitHub CI to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm authored and Maxim Reznik committed Nov 28, 2022
1 parent 9738808 commit 9ae2bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix: # Build debug and production
debug: ['', 'debug'] # '' if production, 'debug' for debug
os: [macos-11, ubuntu-18.04, windows-latest]
os: [macos-11, ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- run: git config --global core.autocrlf input
Expand Down

0 comments on commit 9ae2bbc

Please sign in to comment.