Skip to content

Commit

Permalink
Update version to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Nov 13, 2023
1 parent 7bae05e commit 4b8fff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4b8fff2

Please sign in to comment.