Skip to content

Commit

Permalink
CI: Explicitly use Ubuntu 20.04 images.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Feb 6, 2023
1 parent e255f05 commit 4701529
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
- { TARGET_HOST: "arm-linux-gnueabihf" }
env: ${{ matrix.env }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- { CC: "clang", CXX: "clang++" }
- { CMAKE: "cmake" }
env: ${{ matrix.env }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
scan:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/decode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- { DECODESTREAMS: "libde265-teststreams-wpp-nolf" }
- { DECODESTREAMS: "libde265-teststreams-wpp-nolf", THREADING: "--single-threaded" }
env: ${{ matrix.env }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
continue-on-error: true
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4701529

Please sign in to comment.