Skip to content

Commit

Permalink
ci: ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Oct 2, 2024
1 parent def0298 commit b2f7e8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply-pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
apply-pip-compile:
name: Apply pip compile
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: deargen/workflows/actions/apply-pip-compile@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
check-pip-compile:
name: Check pip compile
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: deargen/workflows/actions/check-pip-compile@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
exclude-types: build,docs,style,other

publish-to-pypi:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Set up Python 3.11
if: ${{ github.event.inputs.dry-run == 'false' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
pytest:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup python and uv
Expand All @@ -32,7 +32,7 @@ jobs:
uses: deargen/workflows/actions/run-pytest@master

doctest:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup python and uv
Expand Down

0 comments on commit b2f7e8a

Please sign in to comment.