From 4b8fff21e2125b6d025b35f68fd0b1e6b8724cf9 Mon Sep 17 00:00:00 2001 From: Neilpang Date: Mon, 13 Nov 2023 17:58:46 +0000 Subject: [PATCH] Update version to v0.0.9 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c17a9c..172e22f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ on: [push] jobs: test: - runs-on: macos-12 + runs-on: ubuntu-22.04 name: A job to run test in Solaris env: MYTOKEN : ${{ secrets.MYTOKEN }} @@ -58,7 +58,7 @@ The latest major version is: `v0`, which is the most recommended to use. (You ca -The `runs-on: macos-12` must be `macos-12`. +The `runs-on: ubuntu-22.04` must be `ubuntu-22.04`. The `envs: 'MYTOKEN MYTOKEN2'` is the env names that you want to pass into the vm.