Skip to content

Commit

Permalink
use older ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
davidelettieri committed Feb 21, 2025
1 parent 81c763e commit 43aeeb1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-treesitter-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -25,10 +25,6 @@ jobs:
dotnet-version: 8.0.x
- name: Install minver
run: dotnet tool install --global minver-cli --version 6.0.0
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
nuget-version: latest
- name: Compute version and pack
run: |
version=$(minver -v e -t runtime-)
Expand Down

0 comments on commit 43aeeb1

Please sign in to comment.