Skip to content

Commit 4e430cf

Browse files
committedJan 6, 2025
fix: fix ubuntu
1 parent 4cf18e5 commit 4e430cf

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
 

‎.github/workflows/release.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ on:
2222
description: The NodeJS version
2323
default: ${{vars.NODE_VERSION || '20'}}
2424
type: string
25-
ubuntu-version:
26-
description: The version of the Ubuntu runner image
27-
default: ${{vars.UBUNTU_VERSION || '20.04'}}
28-
type: string
2925
generate:
3026
description: Generate the parser artifacts
3127
default: false
@@ -42,7 +38,7 @@ jobs:
4238
strategy:
4339
matrix:
4440
os:
45-
- "ubuntu-${{inputs.ubuntu-version}}"
41+
- "ubuntu-20.04"
4642
- windows-latest
4743
- macos-latest
4844
steps:
@@ -68,7 +64,7 @@ jobs:
6864
# package:
6965
# name: Publish NodeJS package
7066
# needs: [build_wasm, build_node]
71-
# runs-on: ubuntu-${{inputs.ubuntu-version}}
67+
# runs-on: ubuntu-latest
7268
# environment:
7369
# name: ${{inputs.environment-name}}
7470
# url: https://www.npmjs.com/package/${{inputs.package-name}}

0 commit comments

Comments
 (0)
Please sign in to comment.