diff --git a/.github/workflows/production-build.yml b/.github/workflows/production-build.yml index a568e4c03..a1862dfa3 100644 --- a/.github/workflows/production-build.yml +++ b/.github/workflows/production-build.yml @@ -65,7 +65,7 @@ jobs: - name: 🛤️ Setup the dotnet build environment uses: actions/setup-dotnet@v2 with: - dotnet-version: 6.0.x + dotnet-version: 7.0.x - name: 🔨 Setup the Carbon build environment shell: bash @@ -105,7 +105,7 @@ jobs: - name: 🛤️ Setup the dotnet build environment uses: actions/setup-dotnet@v2 with: - dotnet-version: 6.0.x + dotnet-version: 7.0.x - name: 🔨 Setup the Carbon build environment shell: cmd