Skip to content

Commit

Permalink
Update subflow-native.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens authored Oct 2, 2024
1 parent 9142560 commit 364f63b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/subflow-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -21,7 +21,10 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite [email protected] docker coreutils lima colima
brew unlink qemu
brew install --HEAD qemu
brew install --HEAD lima
brew install --HEAD colima
- name: Start Colima
run: |
Expand All @@ -35,8 +38,8 @@ jobs:
- name: Stop Colima
if: always() # Ensures this step runs even if the previous steps fail
run: |
cat /Users/runner/.colima/_lima/colima/serial*.log\
colima stop -f
cat /Users/runner/.colima/_lima/colima/serial*.log
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 364f63b

Please sign in to comment.