Skip to content

chore: Print all runner archs #1

chore: Print all runner archs

chore: Print all runner archs #1

Workflow file for this run

name: Temp test
on: push
jobs:
foo:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
- macos-12
runs-on: ${{ matrix.os }}
steps:
- run: echo "${{ runner.arch}}"
- run: echo "${{ runner.os}}"