Skip to content

Commit

Permalink
chore(ci): Run on macos-13 to avoid nix failure (#1738)
Browse files Browse the repository at this point in the history
* chore(ci): Run on macos-13 to avoid nix failure

* chore: Resolve workflows to github-workflow schema validation
  • Loading branch information
phated authored Jun 16, 2023
1 parent d398bb0 commit cd1acdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
runner: ubuntu-large
target: x86_64-linux
- os: mac
runner: macos-latest
# The nix action doesn't fail on macos-13 according to https://github.com/cachix/install-nix-action/issues/183
runner: macos-13
target: x86_64-darwin

steps:
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
}
}
},
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "${workspaceRoot}/.github/workflows/*.yml"
},
}

0 comments on commit cd1acdb

Please sign in to comment.