Skip to content

Commit

Permalink
enhance: to use ubuntu-latest label of github runner
Browse files Browse the repository at this point in the history
share the ubuntu-latest label with self hosted runner

Signed-off-by: Sammy Huang <[email protected]>
  • Loading branch information
yellow-shine committed Dec 20, 2023
1 parent e41fd6f commit b91c528
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu: [20.04]
ubuntu: [latest]
env:
UBUNTU: ${{ matrix.ubuntu }}
steps:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu: [20.04]
ubuntu: [latest]
env:
UBUNTU: ${{ matrix.ubuntu }}
steps:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu: [20.04]
ubuntu: [latest]
env:
UBUNTU: ${{ matrix.ubuntu }}
steps:
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu: [20.04]
ubuntu: [latest]
env:
UBUNTU: ${{ matrix.ubuntu }}
steps:
Expand Down

0 comments on commit b91c528

Please sign in to comment.