Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Update image
  • Loading branch information
rootsongjc authored Jul 30, 2024
1 parent d3e1be0 commit 1dbc72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dbc72d

Please sign in to comment.