From 9dd3102603c3f9710d81962cbc20a1f6b0e13438 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 10 Feb 2024 00:30:23 +0800 Subject: [PATCH] Update shell.yml --- .github/workflows/shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index f9fbeb8..d08f0bb 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -5,7 +5,7 @@ on: [push, workflow_dispatch] jobs: runshell: - runs-on: macos-12 + runs-on: ubuntu-latest name: Start a dragonflybsd shell steps: - name: Starting a dragonflybsd VM, please wait. It may take 3 minutes