Skip to content

Commit

Permalink
Update scripts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 13, 2024
1 parent 6e117a8 commit e85cbb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
base:
strategy:
matrix:
os: [macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
fail-fast: false
name: "${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
*) ;;
esac
fi
if test "${2?}" = 'osh' || test "${2?}" = 'bosh'; then
if test "${2?}" = 'ksh93' || test "${2?}" = 'osh' || test "${2?}" = 'bosh'; then
_s_shell="${2?}"
else
_s_shell="$(basename "${3:?}")" || _s_shell="${3?}"
Expand Down

0 comments on commit e85cbb7

Please sign in to comment.