From 5d3dbc3207bc85d9a297a882601c4b18ac192219 Mon Sep 17 00:00:00 2001 From: "arnaud.morvan@camptocamp.com" Date: Tue, 23 May 2023 18:20:29 +0200 Subject: [PATCH] Upgrade CI runner to ubuntu-22.04 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8f6fdbd8..ded8e845 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ 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 }} @@ -16,7 +16,7 @@ jobs: 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