Skip to content

start with workflows #1

start with workflows

start with workflows #1

Workflow file for this run

name: test
on: [push]
jobs:
list-platforms:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- run: ci/list_toolchains_platforms