Change linux to ubuntu-latest after runner registration
Go Tests / test (push) Failing after 42s

This commit is contained in:
2026-05-03 19:40:29 +02:00
parent 4c7e39f960
commit 95fcd2a6c9
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
test:
runs-on: linux
runs-on: ubuntu-latest
steps:
- name: Checkout code