From 798e60bc0f02c2cfe3bd998e9d2236721b53e083 Mon Sep 17 00:00:00 2001 From: abc01001000 Date: Fri, 31 May 2024 22:56:10 +0800 Subject: [PATCH] up4 --- .github/workflows/ab.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ab.yml b/.github/workflows/ab.yml index 9f7427b..fea1672 100644 --- a/.github/workflows/ab.yml +++ b/.github/workflows/ab.yml @@ -1,10 +1,12 @@ on: push jobs: + runs-no: ubuntu-latest job1: steps: - run: pwd - run: ls job2: + runs-on: ubuntu-latest steps: - run: node --version