chore(ci): remove unnecessary OS specification

This commit is contained in:
Orhun Parmaksız 2022-02-07 19:33:00 +03:00
parent f79b378a2c
commit 2ae4bdfbdd
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -12,12 +12,11 @@ on:
jobs:
build:
name: Build for ${{ matrix.TARGET }} using Rust ${{ matrix.TOOLCHAIN }} (on ${{ matrix.OS }})
runs-on: ${{ matrix.OS }}
name: Build for ${{ matrix.TARGET }} using Rust ${{ matrix.TOOLCHAIN }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
OS: [ubuntu-latest]
TOOLCHAIN: [stable]
TARGET:
- x86_64-unknown-linux-gnu