Skip to content

Commit

Permalink
🔧 use ubuntu:20.04 as gha job image
Browse files Browse the repository at this point in the history
Signed-off-by: Anathan (Ana) Ye <anaye@duck.com>
  • Loading branch information
anaye1997 committed Jul 31, 2023
1 parent 898aa2d commit fa476ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/metadata_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
start-checks:
timeout-minutes: 120
runs-on: runtime
container:
image: ubuntu:20.04
strategy:
matrix:
node-version: [16.x]
outputs:
runner-label: ${{ steps.start-self-hosted-runner.outputs.runner-label }}
aws-region: ${{ steps.start-self-hosted-runner.outputs.aws-region }}
aws-instance-id: ${{ steps.start-self-hosted-runner.outputs.aws-instance-id }}
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v3.0.0
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish_draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
runs-on: runtime
env:
CARGO_TERM_COLOR: always
container:
image: ubuntu:20.04
strategy:
matrix:
runtime:
Expand Down Expand Up @@ -72,6 +74,8 @@ jobs:
timeout-minutes: 180
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
runs-on: runtime
container:
image: ubuntu:20.04
env:
CARGO_TERM_COLOR: always
steps:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/run_linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
start-checks:
timeout-minutes: 120
runs-on: runtime
outputs:
runner-label: ${{ steps.start-self-hosted-runner.outputs.runner-label }}
aws-region: ${{ steps.start-self-hosted-runner.outputs.aws-region }}
aws-instance-id: ${{ steps.start-self-hosted-runner.outputs.aws-instance-id }}
container:
image: ubuntu:20.04
steps:
- uses: actions/checkout@v2
- name: Run yamllint
Expand Down

0 comments on commit fa476ee

Please sign in to comment.