Skip to content

Commit

Permalink
Merge pull request #2 from unios103/fix-CI
Browse files Browse the repository at this point in the history
ランナーイメージをubuntu-22.04に固定
  • Loading branch information
unios103 authored Jan 25, 2025
2 parents 3209f19 + ea39602 commit a5d73c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.7']
Expand Down

0 comments on commit a5d73c5

Please sign in to comment.