From fbf59beda9beff7eab2826f5216cc2bb0f8f997b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:39:29 +0100 Subject: [PATCH] Update dependency ubuntu to v24 (#2057) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 12 ++++++------ .github/workflows/daily_check.yaml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a1e7613ce..c20d0dfe66 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,7 @@ jobs: lint: name: Check style (lint) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - run: sudo rm /etc/apt/sources.list.d/*.list @@ -16,7 +16,7 @@ jobs: gitattributes: name: Check style (git-attributes) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - run: sudo rm /etc/apt/sources.list.d/*.list @@ -27,7 +27,7 @@ jobs: test-py: name: Test Python - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 services: # Label used to access the service container postgres: @@ -76,7 +76,7 @@ jobs: test-fed-data: name: Check federal data definitions - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - run: sudo rm /etc/apt/sources.list.d/*.list @@ -93,7 +93,7 @@ jobs: doc: name: Make and deploy documentation if: github.ref == 'refs/heads/master' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Make documentation @@ -110,7 +110,7 @@ jobs: build-and-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [lint, gitattributes] steps: - uses: actions/checkout@master diff --git a/.github/workflows/daily_check.yaml b/.github/workflows/daily_check.yaml index 198ee010b4..5145f33a22 100644 --- a/.github/workflows/daily_check.yaml +++ b/.github/workflows/daily_check.yaml @@ -6,7 +6,7 @@ on: jobs: test-fed-data: name: Check federal data definitions - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - run: sudo rm /etc/apt/sources.list.d/*.list @@ -22,7 +22,7 @@ jobs: test-py: name: Test Python - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 services: # Label used to access the service container postgres: