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 349def8 commit 05591dd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/subflow-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,30 @@ on:

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

steps:
- uses: actions/checkout@v4

- run: "sudo xcode-select -s /Applications/Xcode_$XC_VERSION.app"

- uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin

- name: Install dependencies
run: |
brew install gmp docker colima
brew update
brew install gmp
brew install docker
brew install colima
sudo curl -L -o /opt/homebrew/Cellar/lima/0.22.0/bin/limactl https://github.com/mikekazakov/lima-nohvf/raw/master/limactl && sudo chmod +x /opt/homebrew/Cellar/lima/0.22.0/bin/limactl
- name: Start Colima
run: |
colima delete default -f
colima start --vm-type=vz
colima start --network-address --arch arm64 --vm-type=qemu
- name: Build and Compile
run: |
Expand Down

0 comments on commit 05591dd

Please sign in to comment.