fix: revert runner label back to ubuntu
This commit is contained in:
@@ -11,7 +11,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: act-runner-4c6g
|
||||
runs-on: ubuntu
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
deploy:
|
||||
needs: build-and-push
|
||||
runs-on: act-runner-4c6g
|
||||
runs-on: ubuntu
|
||||
|
||||
steps:
|
||||
- name: Deploy to server
|
||||
|
||||
Reference in New Issue
Block a user