fix runs-on image
This commit is contained in:
parent
d774544707
commit
c9b4dd31d6
1 changed files with 2 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -7,9 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build_linux_amd64:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Clone Main Repo
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue