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 4c1bbcc commit 9142560
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 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-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand All @@ -16,10 +16,13 @@ jobs:
java-version: 17
distribution: temurin

- name: Install dependencies
- name: Install CLI deps
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install docker
brew install colima
brew install --overwrite python@3.12 docker coreutils lima colima
- name: Start Colima
run: |
colima start --arch arm64 --vm-type=qemu
Expand Down

0 comments on commit 9142560

Please sign in to comment.