Skip to content

Commit

Permalink
Merge pull request twosigma#878 from geeli123/update-ubuntu-environment
Browse files Browse the repository at this point in the history
update test env to 20.04 ubuntu
  • Loading branch information
tsiq-shu authored Dec 15, 2022
2 parents 2a69a9f + 6ea510b commit de11cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
Test-Git-Meta:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: sudo apt-get install libkrb5-dev
Expand Down

0 comments on commit de11cfd

Please sign in to comment.