mirror of
https://github.com/imjasonh/gha-test
synced 2026-07-07 00:32:57 +00:00
Switch runner to macOS and modify job steps
This commit is contained in:
parent
15bb078aa7
commit
19ee2edc08
1 changed files with 2 additions and 5 deletions
7
.github/workflows/blank.yml
vendored
7
.github/workflows/blank.yml
vendored
|
|
@ -9,9 +9,6 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- run: cat ~/.docker/config.json
|
||||
- uses: imjasonh/setup-crane@main
|
||||
- run: crane catalog index.docker.io
|
||||
- run: crane cp alpine githubactions/alpine
|
||||
- run: man shortcuts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue