Skip to content

Commit

Permalink
Actions: Add macOS Sonoma workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Aug 12, 2024
1 parent 35c0013 commit 581c11e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/macos-sonoma.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: macOS Sonoma

on: [push]

env:
FORCE_COLOR: 1

jobs:
macos-14:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Install shellspec
run: |
echo "${HOME}/.local/bin" >> "$GITHUB_PATH"
curl -fsSL https://git.io/shellspec | sh -s master -y
- name: Test in various shells
run: make test_in_various_shells

0 comments on commit 581c11e

Please sign in to comment.