Skip to content

Commit

Permalink
chore: Update deprecated method name (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Dec 1, 2024
1 parent 6ea7c83 commit dc577ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,13 @@ jobs:
analyze_wda:
strategy:
matrix:
os: [macos-13, macos-14, macos-15]
xcode_version: [14, 15, 16]
exclude:
- os: macos-15
xcode_version: 14
- os: macos-15
xcode_version: 15
include:
- os: macos-13
xcode_version: 16
xcode_version: 14.3.1
- os: macos-14
xcode_version: 16
xcode_version: 15.4
- os: macos-15
xcode_version: 16.1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion lib/commands/applescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const APPLE_SCRIPT_FEATURE = 'apple_script';
* The actual stderr output is set to the error message value.
*/
export async function macosExecAppleScript (opts = {}) {
this.ensureFeatureEnabled(APPLE_SCRIPT_FEATURE);
this.assertFeatureEnabled(APPLE_SCRIPT_FEATURE);

const {
script,
Expand Down

0 comments on commit dc577ec

Please sign in to comment.