Skip to content

Commit d6895c9

Browse files
committed
Update unit tests base image
Ubuntu 20.04 images have been deprecated, so when the unit tests job is executed GH fails to find available runners. Use Ubuntu 22.04 as base image for the unit tests job to fix this issue.
1 parent 2f2621b commit d6895c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
jobs:
3232
test-framework:
3333
name: Unit test suite
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-24.04
3535

3636
steps:
3737
- name: Checkout code

0 commit comments

Comments
 (0)