Skip to content

Commit

Permalink
chore: simplify matrix
Browse files Browse the repository at this point in the history
Signed-off-by: spencercjh <[email protected]>
  • Loading branch information
spencercjh committed Dec 20, 2024
1 parent fcc71d0 commit f25de41
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ jobs:
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
strategy:
matrix:
include:
- os: "ubuntu-20.04"
name: "focal"
- os: "ubuntu-22.04"
name: "jammy"
- os: "ubuntu-24.04"
name: "noble"
os: [ "ubuntu-20.04","ubuntu-22.04","ubuntu-24.04" ]

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down

0 comments on commit f25de41

Please sign in to comment.