From 0fb5f699b9108b160971cab26782c96d083b5107 Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Mon, 15 Jun 2020 10:26:19 +0200 Subject: [PATCH] use short names for channels now (#101) --- .github/workflows/cron.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index ed1fd84..8053bc8 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -8,9 +8,9 @@ jobs: strategy: matrix: channel: - - nixos-unstable - - nixos-20.03 - - nixos-19.09 + - unstable + - 20.03 + - 19.09 fail-fast: true steps: - name: Checking out the repository