We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253c386 commit 0abc86cCopy full SHA for 0abc86c
.github/workflows/test.yml
@@ -23,13 +23,13 @@ on:
23
24
jobs:
25
ci:
26
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
27
container:
28
image: exercism/gdscript-test-runner
29
30
steps:
31
- name: Checkout repository
32
- uses: actions/checkout@210dc4c78d58bf11ef2da2aecda7ae8ad3aa4730
+ uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
33
34
- name: Verify all exercises
35
run: godot --headless -s bin/verify-exercises.gd
0 commit comments