Skip to content

Commit

Permalink
chore: macOS Ventura
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed May 27, 2023
1 parent a21629a commit 5412878
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*.toml text eol=lf
*.txt text eol=lf
*.html text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
.* text eol=lf
go.mod text eol=lf
Expand Down
4 changes: 4 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
self-hosted-runner:
labels:
# https://github.com/rhysd/actionlint/pull/299
- macos-13
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: tests/resources/vrm/*/temp

test-macos:
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
archive_url:
Expand Down Expand Up @@ -200,6 +200,7 @@ jobs:
LINTER_RULES_PATH: /
LOG_LEVEL: NOTICE
MARKDOWN_CONFIG_FILE: .markdownlint.yaml
GITHUB_ACTIONS_CONFIG_FILE: .github/actionlint.yaml
VALIDATE_HTML: false
VALIDATE_JSCPD: false
VALIDATE_PYTHON_ISORT: false
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
!/.gitmodules
!/.pylintrc.ci
!/.github/workflows/*.yml
!/.github/*.yaml
!/.github/*.yml
!/.markdownlint.yaml
!/LICENSE
Expand Down

0 comments on commit 5412878

Please sign in to comment.