We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190ec5d commit 354ad5dCopy full SHA for 354ad5d
.github/workflows/build-and-test.yml
@@ -35,7 +35,7 @@ jobs:
35
sdk-preview: true
36
runtime: -x64
37
codecov: false
38
- - os: buildjet-8vcpu-ubuntu-2204-arm
+ - os: buildjet-16vcpu-ubuntu-2204-arm
39
framework: net7.0
40
sdk: 7.0.x
41
@@ -56,7 +56,7 @@ jobs:
56
sdk: 6.0.x
57
58
59
60
framework: net6.0
61
62
@@ -65,7 +65,7 @@ jobs:
65
exclude:
66
- isARM: false
67
options:
68
- os: buildjet-8vcpu-ubuntu-2204-arm
+ os: buildjet-16vcpu-ubuntu-2204-arm
69
70
runs-on: ${{matrix.options.os}}
71
0 commit comments