Skip to content

Commit

Permalink
9829 Use macos-latest runner for shellspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bencomp authored and pdurbin committed Aug 25, 2023
1 parent eb10b86 commit 3944cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
shellspec
shellspec-macos:
name: "MacOS"
runs-on: macos-10.15
runs-on: macos-latest
steps:
- name: Install shellspec
run: curl -fsSL https://git.io/shellspec | sh -s 0.28.1 --yes
Expand Down

0 comments on commit 3944cf1

Please sign in to comment.