Skip to content

Commit

Permalink
ci: pin Ubuntu to 18.04 for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 5, 2021
1 parent 730b712 commit ac186b2
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 @@ -24,7 +24,7 @@ jobs:
needs: dependabolt
strategy:
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
os: [windows-latest, macOS-latest, ubuntu-18.04]
steps:
- name: Fix git checkout line endings
run: git config --global core.autocrlf input
Expand Down

0 comments on commit ac186b2

Please sign in to comment.