Skip to content

Commit

Permalink
Merge pull request #1304 from syucream/fix/runner-images
Browse files Browse the repository at this point in the history
Fix runner image
  • Loading branch information
hinashi authored Oct 22, 2024
2 parents 5fd5958 + 7e1a7c2 commit d4e4c99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Install poetry
Expand All @@ -38,7 +38,7 @@ jobs:
# set modules have python test code outputs.modules
setup_python311:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
targets: ${{ steps.modules.outputs.targets }}
steps:
Expand All @@ -50,7 +50,7 @@ jobs:
echo "targets=$modules" >> $GITHUB_OUTPUT
python311:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: setup_python311
strategy:
fail-fast: false
Expand Down

0 comments on commit d4e4c99

Please sign in to comment.