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 7386702 commit 8699557Copy full SHA for 8699557
.github/workflows/build-and-test.yml
@@ -22,7 +22,7 @@ jobs:
22
sdk-preview: true
23
runtime: -x64
24
codecov: false
25
- - os: macos-latest
+ - os: macos-13 # macos-latest runs on arm64 runners
26
framework: net6.0
27
sdk: 6.0.x
28
@@ -38,7 +38,7 @@ jobs:
38
framework: net5.0
39
40
41
42
43
44
@@ -50,7 +50,7 @@ jobs:
50
framework: netcoreapp3.1
51
52
53
54
55
56
0 commit comments