Update main.yml

Update image
master
Jimmy Song 2024-07-30 09:45:22 +08:00 committed by GitHub
parent d3e1be06e9
commit 1dbc72dbe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ name: build-and-deploy
on: push
jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build
run: make build
- name: Deploy