Skip to content

Commit

Permalink
ci: add more supported os
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jul 3, 2022
1 parent 344f064 commit 63555ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019]
os: [macos-10.15, macos-11, macos-12, ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022]
node: [12, 13, 14, 15, 16, 17]
steps:
- name: Checkout repository
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, ubuntu-20.04, windows-2019]
os: [macos-10.15, macos-11, macos-12, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022]
node: [18]
steps:
- name: Checkout repository
Expand Down Expand Up @@ -85,8 +85,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
node: [12, 13, 14, 15, 16, 17, 18]
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
node: [12, 13, 14, 15, 16, 17]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -110,7 +110,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]
node: [18]
steps:
- name: Checkout repository
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019]
os: [macos-10.15, macos-11, macos-12, ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022]
node: [12, 13, 14, 15, 16, 17]
steps:
- name: Checkout repository
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, ubuntu-20.04, windows-2019]
os: [macos-10.15, macos-11, macos-12, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022]
node: [18]
steps:
- name: Checkout repository
Expand Down Expand Up @@ -100,8 +100,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
node: [12, 13, 14, 15, 16, 17, 18]
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
node: [12, 13, 14, 15, 16, 17]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]
node: [18]
steps:
- name: Checkout repository
Expand Down

0 comments on commit 63555ae

Please sign in to comment.