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.