Skip to content

Commit

Permalink
ci: run asdf plugin test against Apple silicon (#27)
Browse files Browse the repository at this point in the history
* ci: run asdf plugin test against Apple silicon

* ci: empty commit

* ci: bump actionlint

Add macOS 14 runner labels for Apple Silicon support.
  • Loading branch information
virtualroot authored Mar 11, 2024
1 parent ca9397e commit 27c2a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- macos-14
cosign:
- true
- false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check workflow files
uses: docker://rhysd/actionlint:1.6.23
uses: docker://rhysd/actionlint:1.6.27
with:
args: -color

0 comments on commit 27c2a06

Please sign in to comment.