Skip to content

Commit

Permalink
fix: ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli authored Dec 31, 2024
1 parent 5596bc6 commit 3837aef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ env:
jobs:
# https://www.meziantou.net/publishing-a-nuget-package-following-best-practices-using-github.htm
create-nuget:
runs-on: ubuntu-latest
# because of current issue of latest with nuget for now we use ubuntu-22.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3837aef

Please sign in to comment.