Skip to content

Commit

Permalink
ci: run nix macos jobs on macos-13 to try and avoid SIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jun 16, 2023
1 parent b3d9619 commit e915765
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
self-hosted-runner:
# Labels of self-hosted runner in array of strings.
labels: [macos-13]
# Configuration variables in array of strings defined in your repository or
# organization. `null` means disabling configuration variables check.
# Empty array means no configuration variable is allowed.
config-variables: null
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- "3.10"
- "3.11"
include:
- os: macos-latest
- os: macos-13
python-version: "3.10"
steps:
- name: checkout
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ default_stages:
- commit
repos:
- repo: https://github.com/rhysd/actionlint
rev: v1.6.24
rev: v1.6.25
hooks:
- id: actionlint
- id: actionlint-system
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
Expand All @@ -30,7 +30,7 @@ repos:
- id: nbstripout
exclude: .+/rendered/.+
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
additional_dependencies:
Expand Down

0 comments on commit e915765

Please sign in to comment.