Skip to content

Commit

Permalink
use v1
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Dec 4, 2023
1 parent 10c0e5f commit 33d632b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on: [push, workflow_dispatch]

jobs:
runshell:
runs-on: macos-12
runs-on: ubuntu-latest
name: Start a Solaris shell
steps:
- name: Starting a solaris VM, please wait. It may take 5 minutes
id: shell
uses: vmactions/solaris-vm@v0
uses: vmactions/solaris-vm@v1
with:
run: |
pwd
Expand Down

0 comments on commit 33d632b

Please sign in to comment.