fix: update runner environment to use ubuntu-latest in test workflow #5
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
hello-world:
|
||||
runs-on: [linux, amd64]
|
||||
runs-on: [ubuntu-latest]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user