diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-06 09:42:02 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-10 14:05:27 -0600 |
commit | 8d1462c7484dd3fe55500d84268b0ad1048b9a7c (patch) | |
tree | f5fd2c9eaa47ff5a12fe7457f118fc0665024ad4 /.github/workflows/godot_cpp_test.yml | |
parent | 0f5f3bc9546b46b2029fc8896dc859697f1eab97 (diff) | |
download | redot-engine-8d1462c7484dd3fe55500d84268b0ad1048b9a7c.tar.gz |
CI: Update Linux runners to Ubuntu 24.04
Diffstat (limited to '.github/workflows/godot_cpp_test.yml')
-rw-r--r-- | .github/workflows/godot_cpp_test.yml | 2 |
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 |