update runs-on to ubuntu-22.04
Some checks failed
Deploy and Monitor Host Message / deploy (push) Has been cancelled
Deploy and Monitor Host Message / monitor (push) Has been cancelled

This commit is contained in:
jeremygan2021
2026-02-13 14:00:02 +08:00
parent 80955a4539
commit 42f29298f9

View File

@@ -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