Ensure backward compatibility from now on

Fix variable in github actions name
This commit is contained in:
Arne Beer 2020-11-13 19:27:11 +01:00
parent e0b7a75e07
commit f693f011ed

View file

@ -8,12 +8,12 @@ on:
jobs:
publish:
name: Test on ${{ matrix.os }} for ${{ matrix.target }}
name: Test on ${{ matrix.os }} for ${{ matrix.toolchain }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: [stable, nightly]
toolchain: ["1.42.0", stable, nightly]
steps:
- name: Checkout code