Skip to content

Commit

Permalink
mod: #9 Ubuntu のバージョンを 22.04 に指定
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaSHIBUYA committed Feb 22, 2024
1 parent 80ac6ac commit 50126ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
# Ubuntu 環境での動作確認
ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container: ubuntu:latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 50126ef

Please sign in to comment.