update runs-on to ubuntu-22.04
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
if: github.event_name == 'push'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
monitor:
|
||||
if: github.event_name == 'schedule'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Periodic Health Check
|
||||
uses: appleboy/ssh-action@master
|
||||
|
||||
Reference in New Issue
Block a user