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

Merged
lborv merged 1 commits from test_runner_test into main 2025-10-13 14:01:16 +00:00

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