Skip to content

Commit

Permalink
Revert "Switch back to ubuntu temporarily (microsoft#177)"
Browse files Browse the repository at this point in the history
This reverts commit ee004f9.
  • Loading branch information
jakebailey committed Dec 4, 2024
1 parent ee004f9 commit 23a4f42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-gitTests-tsserver-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trigger: none
pool:
name: TypeScript-1ES-Large
demands:
- ImageOverride -equals ubuntu-22.04
- ImageOverride -equals mariner-2.0

extends:
template: azure-pipelines-gitTests-template.yml
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-gitTests-tsserver-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trigger: none
pool:
name: TypeScript-1ES-Large
demands:
- ImageOverride -equals ubuntu-22.04
- ImageOverride -equals mariner-2.0

extends:
template: azure-pipelines-gitTests-template.yml
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-gitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ trigger: none
pool:
name: TypeScript-1ES-Large
demands:
- ImageOverride -equals ubuntu-22.04
- ImageOverride -equals mariner-2.0

variables:
Codeql.Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-userTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ trigger: none
pool:
name: TypeScript-1ES-Large
demands:
- ImageOverride -equals ubuntu-22.04
- ImageOverride -equals mariner-2.0

variables:
Codeql.Enabled: false
Expand Down

0 comments on commit 23a4f42

Please sign in to comment.