diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6241771..2f43e44d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ on: [push, pull_request] jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set environment up run: | @@ -25,12 +25,12 @@ jobs: build: needs: test - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 env: DOCKER_REPOSITORY: 'instedd/verboice' DOCKER_USER: ${{ secrets.DOCKER_USER }} DOCKER_PASS: ${{ secrets.DOCKER_PASS }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build image & push to Docker Hub run: ./build.sh