Skip to content

Commit 0abc86c

Browse files
ci uses ubuntu-24.04
1 parent 253c386 commit 0abc86c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ on:
2323

2424
jobs:
2525
ci:
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
container:
2828
image: exercism/gdscript-test-runner
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@210dc4c78d58bf11ef2da2aecda7ae8ad3aa4730
32+
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
3333

3434
- name: Verify all exercises
3535
run: godot --headless -s bin/verify-exercises.gd

0 commit comments

Comments
 (0)