Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent a6c972f commit f83b346
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:

lint:
name: Check style (lint)
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: sudo rm /etc/apt/sources.list.d/*.list
Expand All @@ -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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: sudo rm /etc/apt/sources.list.d/*.list
Expand All @@ -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:
Expand Down Expand Up @@ -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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: sudo rm /etc/apt/sources.list.d/*.list
Expand All @@ -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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Make documentation
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: sudo rm /etc/apt/sources.list.d/*.list
Expand All @@ -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:
Expand Down

0 comments on commit f83b346

Please sign in to comment.