mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
ci: re-order githubPlatforms attrset
This commit is contained in:
parent
d9d1f5aac9
commit
4660753092
1 changed files with 3 additions and 2 deletions
|
@ -22,11 +22,12 @@
|
||||||
"x86_64-darwin"
|
"x86_64-darwin"
|
||||||
"aarch64-darwin"
|
"aarch64-darwin"
|
||||||
];
|
];
|
||||||
|
# https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job#choosing-github-hosted-runners
|
||||||
githubPlatforms = {
|
githubPlatforms = {
|
||||||
"x86_64-linux" = "ubuntu-24.04";
|
"x86_64-linux" = "ubuntu-24.04";
|
||||||
"x86_64-darwin" = "macos-13";
|
|
||||||
"aarch64-darwin" = "macos-14";
|
|
||||||
"aarch64-linux" = "ubuntu-24.04-arm";
|
"aarch64-linux" = "ubuntu-24.04-arm";
|
||||||
|
"x86_64-darwin" = "macos-13";
|
||||||
|
"aarch64-darwin" = "macos-15";
|
||||||
};
|
};
|
||||||
toGithubBuild = system: {
|
toGithubBuild = system: {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue