summaryrefslogtreecommitdiffstats
path: root/.github/workflows/godot_cpp_test.yml
diff options
context:
space:
mode:
authorGeorge L. Albany <Megacake1234@gmail.com>2024-11-12 20:29:24 +0000
committerGitHub <noreply@github.com>2024-11-12 20:29:24 +0000
commitac1a49725fc038ae11ef9060fecb2b0f9c6333b2 (patch)
treec7341bd56c977259578b127886c9a88eeef11820 /.github/workflows/godot_cpp_test.yml
parent5094c2a5f7d506b0e685120f14d1df42e1e9d495 (diff)
parent3a73c6ebd18bff0fa125be58d3ac9c7a63bab61d (diff)
downloadredot-engine-ac1a49725fc038ae11ef9060fecb2b0f9c6333b2.tar.gz
Merge pull request #855 from Spartan322/merge/cb411fa
Merge commit godotengine/godot@cb411fa
Diffstat (limited to '.github/workflows/godot_cpp_test.yml')
-rw-r--r--.github/workflows/godot_cpp_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/godot_cpp_test.yml b/.github/workflows/godot_cpp_test.yml
index e26c109d75..dc82a7cb3c 100644
--- a/.github/workflows/godot_cpp_test.yml
+++ b/.github/workflows/godot_cpp_test.yml
@@ -15,7 +15,7 @@ concurrency:
jobs:
godot-cpp-tests:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
name: Build and test Godot CPP
steps:
- name: Checkout