Skip to content

Commit

Permalink
use Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
KERLOCH Jean-Marie committed Dec 15, 2020
1 parent 450d28c commit fa251b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
buildtype: [Release]
system_build: [ON,OFF]
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releasesLinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
buildtype: [Release]
system_build: [ON,OFF]
include:
Expand Down

0 comments on commit fa251b6

Please sign in to comment.