Skip to content

Commit

Permalink
Get rid of *-latest oses
Browse files Browse the repository at this point in the history
  • Loading branch information
jihchi committed Oct 19, 2021
1 parent d341dbf commit b99252f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ jobs:
matrix:
os: [ubuntu-18.04, windows-2019, macOS-10.15]
include:
- os: ubuntu-latest
- os: ubuntu-18.04
name: kq-Linux-x86_64.tar.gz
- os: macOS-latest
- os: macOS-10.15
name: kq-Darwin-x86_64.tar.gz
- os: windows-latest
- os: windows-2019
name: kq-Windows-x86_64.zip
steps:
- name: Setup | Checkout code
Expand Down

0 comments on commit b99252f

Please sign in to comment.