specify runs on ubuntu
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in -11s
Windows Action / test (push) Failing after 8h0m2s

This commit is contained in:
Brendan Haines 2024-02-27 01:04:46 -07:00
parent 00b54c74d0
commit c7305346c0

View File

@ -3,6 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
container: node:18
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."