diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index e311f3c..51d384f 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -7,7 +7,7 @@ on:
jobs:
publish:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
@@ -15,9 +15,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ vars.DOTNET_VERSION }}
-
- - name: Disable globalization support because of Ubuntu build machine
- run: export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
- name: Build sln to generate nupkg
run: dotnet build
diff --git a/Tacta.EventStore/Tacta.EventStore.csproj b/Tacta.EventStore/Tacta.EventStore.csproj
index 5e13003..a89a79c 100644
--- a/Tacta.EventStore/Tacta.EventStore.csproj
+++ b/Tacta.EventStore/Tacta.EventStore.csproj
@@ -12,10 +12,10 @@