diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd18168..5e8aecf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ concurrency: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 container: ghcr.io/miracum/ig-build-tools:v2.1.6@sha256:26bc1eaf0a259e8c16d0eeeb8622c7aecaa45d41e39f158696f9aec90b142596 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 @@ -32,7 +32,7 @@ jobs: path: "PseudonymizationIG/output" deploy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ github.event_name != 'pull_request' }} needs: - build diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 0e2edcc..42cae74 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -11,7 +11,7 @@ permissions: jobs: release-please: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3 with: