summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIgnacio Roldán Etcheverry <ignalfonsore@gmail.com>2022-02-27 21:57:50 +0100
committerIgnacio Roldán Etcheverry <ignalfonsore@gmail.com>2022-08-22 03:36:51 +0200
commit18f805b3aad2be838a7396f18d4ebd99182b6935 (patch)
tree9ff84cce39b8735c9940d01be7f76521f6042f55 /.github
parente22dd3bc6a0934d26ba5c406505b2c60c43445fd (diff)
C#: Upgrade to .NET 6 (5.0 -> 6.0)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index 830032e5b9..2999154fd3 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -105,7 +105,7 @@ jobs:
uses: actions/setup-dotnet@v1
if: ${{ matrix.build-mono }}
with:
- dotnet-version: '5.0.x'
+ dotnet-version: '6.0.x'
- name: Compilation
uses: ./.github/actions/godot-build