Skip to content

Commit

Permalink
remove static version of vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft committed Sep 16, 2024
1 parent 7ab1196 commit 28541e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion test/unit-tests/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function main() {
};

// Download VS Code, unzip it and run the integration test
await runTests({ version: '1.68.1', launchArgs, extensionDevelopmentPath, extensionTestsPath, extensionTestsEnv });
await runTests({ launchArgs, extensionDevelopmentPath, extensionTestsPath, extensionTestsEnv });
} catch (err) {
console.error(err);
console.error('Failed to run tests');
Expand Down

0 comments on commit 28541e5

Please sign in to comment.