fix: update runner environment to use ubuntu-latest in test workflow

This commit is contained in:
Boris D
2025-10-13 17:00:56 +03:00
parent 2de339418e
commit aa77fb0440

View File

@ -7,7 +7,7 @@ on:
jobs:
hello-world:
runs-on: [linux, amd64]
runs-on: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3