From c90c1614625a2c4670e77b862ad971a76c7b7afb Mon Sep 17 00:00:00 2001 From: ValentinaHutter <85164505+ValentinaHutter@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:36:50 +0100 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9f15a2c..37e5475 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-22.04] steps: - name: Checkout uses: actions/checkout@v3 @@ -46,6 +46,6 @@ jobs: uses: docker/build-push-action@v4 with: context: ./sen2like - push: ${{ github.event_name != 'pull_request' && matrix.os == 'ubuntu-20.04'}} + push: ${{ github.event_name != 'pull_request' && matrix.os == 'ubuntu-22.04'}} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}