Skip to content

Commit

Permalink
Upgrade CI runner to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-morvan committed May 23, 2023
1 parent 71c025b commit 5d3dbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
jobs:
main:
name: Continuous integration
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
timeout-minutes: 60
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
TX_USR: ${{ secrets.TX_USR }}
TX_PWD: ${{ secrets.TX_PWD }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Build
run: make build
- name: Lint
Expand Down

0 comments on commit 5d3dbc3

Please sign in to comment.