Skip to content

Commit d0e60c8

Browse files
authored
ci: switch test to macos (#28142)
1 parent fb25c5a commit d0e60c8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.blueprint/github-build-matrix/__snapshots__/generator.spec.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,13 +432,13 @@ exports[`generator - github-build-matrix with devserver should match matrix valu
432432
{
433433
"job-name": "ng-default-esbuild",
434434
"sample": "samples/ng-default",
435-
"os": "ubuntu-latest",
435+
"os": "macos-latest",
436436
"node-version": "NODE-VERSION",
437437
"java-version": "JAVA-VERSION",
438438
"npm-version": "NPM-VERSION",
439439
"default-environment": "prod",
440440
"jwt-secret-key": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
441-
"args": "--sample-yorc-folder --entities-sample sqllight"
441+
"args": "--sample-yorc-folder --entities-sample sqllight --client-bundler experimentalEsbuild"
442442
},
443443
{
444444
"job-name": "ng-default-webpack",
@@ -454,7 +454,7 @@ exports[`generator - github-build-matrix with devserver should match matrix valu
454454
{
455455
"job-name": "react-default",
456456
"sample": "samples/react-default",
457-
"os": "ubuntu-latest",
457+
"os": "macos-latest",
458458
"node-version": "NODE-VERSION",
459459
"java-version": "JAVA-VERSION",
460460
"npm-version": "NPM-VERSION",

.blueprint/github-build-matrix/samples/dev-server.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ export const devServerMatrix = {
44
angular: {
55
'ng-default-esbuild': {
66
sample: 'samples/ng-default',
7-
args: '--sample-yorc-folder --entities-sample sqllight',
7+
args: '--sample-yorc-folder --entities-sample sqllight --client-bundler experimentalEsbuild',
8+
os: 'macos-latest',
89
},
910
'ng-default-webpack': {
1011
sample: 'samples/ng-default',
@@ -15,6 +16,7 @@ export const devServerMatrix = {
1516
'react-default': {
1617
sample: 'samples/react-default',
1718
args: '--sample-yorc-folder --entities-sample sqllight',
19+
os: 'macos-latest',
1820
},
1921
},
2022
vue: {

0 commit comments

Comments
 (0)