Skip to content

Commit

Permalink
ci(gh-actions): Use FlyCI for macOS CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarKirov committed Feb 18, 2024
1 parent 644b8f1 commit 4cb0c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci-matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ eval_packages_to_json() {
| .[1:] as $nix_eval_results
| {
"x86_64-linux": "ubuntu-latest",
"x86_64-darwin": "macos-14",
"aarch64-darwin": "macos-14"
"x86_64-darwin": "flyci-macos-large-latest-m1",
"aarch64-darwin": "flyci-macos-large-latest-m1"
} as $system_to_gh_platform
| $nix_eval_results
| map({
Expand Down

0 comments on commit 4cb0c78

Please sign in to comment.