summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEddy Jansson <eddy@klopper.net>2022-02-12 20:32:23 (GMT)
committerEddy Jansson <eddy@klopper.net>2022-02-12 20:32:23 (GMT)
commit79c0b7ae501938f419ac4dc3d28416ccf7815f29 (patch)
tree1461e6f4d90ba6942533604649cdaede33635991 /.github/workflows/ci.yml
parentdffcc7f626b97eaa7ecb7e3101fafc5e5459fc7a (diff)
downloadlz4-79c0b7ae501938f419ac4dc3d28416ccf7815f29.zip
lz4-79c0b7ae501938f419ac4dc3d28416ccf7815f29.tar.gz
lz4-79c0b7ae501938f419ac4dc3d28416ccf7815f29.tar.bz2
Update links in comments.
The files these comments point to were renamed in https://github.com/actions/virtual-environments/pull/4794 for whatever reason.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fe9f479..3721376 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -667,8 +667,8 @@ jobs:
matrix:
include: [
{ os: ubuntu-latest, }, # https://github.com/actions/virtual-environments/
- { os: ubuntu-20.04, }, # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
- { os: ubuntu-18.04, }, # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-README.md
+ { os: ubuntu-20.04, }, # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md
+ { os: ubuntu-18.04, }, # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-Readme.md
]
runs-on: ${{ matrix.os }}