Skip to content

Commit

Permalink
fix: fix ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jan 6, 2025
1 parent 4cf18e5 commit 4e430cf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ on:
description: The NodeJS version
default: ${{vars.NODE_VERSION || '20'}}
type: string
ubuntu-version:
description: The version of the Ubuntu runner image
default: ${{vars.UBUNTU_VERSION || '20.04'}}
type: string
generate:
description: Generate the parser artifacts
default: false
Expand All @@ -42,7 +38,7 @@ jobs:
strategy:
matrix:
os:
- "ubuntu-${{inputs.ubuntu-version}}"
- "ubuntu-20.04"
- windows-latest
- macos-latest
steps:
Expand All @@ -68,7 +64,7 @@ jobs:
# package:
# name: Publish NodeJS package
# needs: [build_wasm, build_node]
# runs-on: ubuntu-${{inputs.ubuntu-version}}
# runs-on: ubuntu-latest
# environment:
# name: ${{inputs.environment-name}}
# url: https://www.npmjs.com/package/${{inputs.package-name}}
Expand Down

0 comments on commit 4e430cf

Please sign in to comment.