Merge pull request 'fix: update runner environment to use ubuntu-latest in test workflow' (#5) from test_runner_test into main
All checks were successful
Test Runner / hello-world (push) Successful in 2m9s

Reviewed-on: http://192.168.0.16:3000/lborv/low-code-engine/pulls/5
This commit is contained in:
2025-10-13 14:01:15 +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