From b2f7e8a6cdeab61b5fe53b24069768159dde5a2c Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Wed, 2 Oct 2024 14:49:32 +0900 Subject: [PATCH] ci: ubuntu-24.04 --- .github/workflows/apply-pip-compile.yml | 2 +- .github/workflows/check-pip-compile.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/apply-pip-compile.yml b/.github/workflows/apply-pip-compile.yml index 658f634..bb38cf8 100644 --- a/.github/workflows/apply-pip-compile.yml +++ b/.github/workflows/apply-pip-compile.yml @@ -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 diff --git a/.github/workflows/check-pip-compile.yml b/.github/workflows/check-pip-compile.yml index 97b6e82..78d5f6d 100644 --- a/.github/workflows/check-pip-compile.yml +++ b/.github/workflows/check-pip-compile.yml @@ -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 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f895864..a9d2360 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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' }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8b47dac..bbbc219 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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