Skip to content

Commit

Permalink
Pin CI to Ubuntu 20.04LTS
Browse files Browse the repository at this point in the history
envkey-source does not isntall correctly on ubuntu-latest.
  • Loading branch information
snim2 committed Aug 21, 2024
1 parent 17091ed commit d7f989d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on: [push]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu:20.04
steps:
- uses: actions/checkout@v1
- name: Run tests in Docker
run: script/cibuild

0 comments on commit d7f989d

Please sign in to comment.