Skip to content

Commit

Permalink
change ubuntu-latest to ubuntu-18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
knonomura committed Mar 10, 2021
1 parent cc5e0dc commit 37e8a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 37e8a1e

Please sign in to comment.