From c7305346c03a513330e98b668cb6fbe48d6448d3 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Tue, 27 Feb 2024 01:04:46 -0700 Subject: [PATCH] specify runs on ubuntu --- .github/workflows/github-actions-demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index cee547a..16d8e69 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -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."