Update runs-on label to ubuntu-latest
Build and Deploy (Gitea) / build-and-deploy (push) Waiting to run
Details
Build and Deploy (Gitea) / build-and-deploy (push) Waiting to run
Details
This commit is contained in:
parent
95f2f931ce
commit
e1cb463d88
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Reference in New Issue