Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Apr 18, 2024
1 parent 56a3610 commit e8c4592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-verify.yml
Expand Up @@ -18,9 +18,8 @@ on:
type: choice
description: 'The type of runner to use'
required: true
default: 'ubuntu-20.04'
default: 'ubuntu-22.04'
options:
- 'ubuntu-20.04'
- 'ubuntu-22.04'
- 'debian-arm64-latest'

Expand All @@ -30,10 +29,10 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 18.x, 20.x ]
node-version: [ 20.x ]

# The type of runner that the job will run on
runs-on: ${{ github.event.inputs.runner-type || 'ubuntu-20.04' }}
runs-on: ${{ github.event.inputs.runner-type || 'ubuntu-22.04' }}

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-latest, ubuntu-20.04, macos-latest, debian-arm64-latest ]
os: [ windows-latest, ubuntu-22.04, macos-latest, debian-arm64-latest ]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit e8c4592

Please sign in to comment.