Skip to content

Commit

Permalink
Build with ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmorato committed Jun 28, 2024
1 parent aa97e2a commit 6a9e87e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
path: ${{ github.workspace }}/opendds-native-win-${{ matrix.BuildPlatform }}.zip

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

env:
BuildPlatform: "x64"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
fail-on-error: false

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

env:
OpenDdsVersion: "3.28.1"
Expand Down

0 comments on commit 6a9e87e

Please sign in to comment.