From 3837aefd7d6ed6bf8e32faca932a145f25f0dfb4 Mon Sep 17 00:00:00 2001 From: Mehdi Hadeli Date: Tue, 31 Dec 2024 23:35:43 +0100 Subject: [PATCH] fix: ci issue --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5adb17d..482bca3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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