diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index caa32a4..7afaa40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,3 +62,9 @@ jobs: steps: - name: External url creation run: echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/run/$GITHUB_RUN_ID + report-os: + runs-on: ubuntu-latest + steps: + - name: check-os + if: runner.os != 'Windows' + run: echo "The runner's operating system is $RUNNER_OS."