Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed May 27, 2024
1 parent a366fb8 commit ae59c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_toolchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- runner: macosX64
host_labels: '["macos-12"]'
- runner: macosARM64
host_labels: '["macos-14"]' #'["self-hosted", "macOS", "ARM64"]'
host_labels: '["macos-14"]'

steps:
- name: "Clone crosstool-ng repo"
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- build_host: macosX64
runner_labels_json: '["macos-12"]'
- build_host: macosARM64
runner_labels_json: '["macos-14"]' #'["self-hosted", "macOS", "ARM64"]'
runner_labels_json: '["macos-14"]'
- target_host: baremetalARM
build_script: arm-native.sh
- target_host: baremetalAVR
Expand Down

0 comments on commit ae59c49

Please sign in to comment.