Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent fd98bc4 commit ebb328c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
Expand All @@ -23,7 +23,7 @@ jobs:
- run: slap publish --dry

test-pep508:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
Expand All @@ -36,7 +36,7 @@ jobs:
- run: python src/slap/python/pep508.py

docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with: { fetch-depth: 0 }
Expand All @@ -52,7 +52,7 @@ jobs:

docs-publish:
needs: [ test, docs ]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ github.ref == 'refs/heads/develop' }}
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit ebb328c

Please sign in to comment.