mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Downgrade CI os version
This commit is contained in:
parent
c459f5b5dc
commit
f4802f3854
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-actions.yml
vendored
2
.github/workflows/github-actions.yml
vendored
|
@ -5,7 +5,7 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
name: Compile binary
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue