We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5b121 commit 8b3bd16Copy full SHA for 8b3bd16
1 file changed
.github/workflows/ci.yml
@@ -39,18 +39,8 @@ jobs:
39
strategy:
40
matrix:
41
arch: [ x64 ]
42
- os: [ windows-2022, macos-13 ]
+ os: [ windows-2022 ]
43
tfm: [ net472, net6.0, net8.0, net9.0 ]
44
- exclude:
45
- - os: macos-13
46
- tfm: net472
47
- include:
48
- - arch: arm64
49
- os: macos-14
50
- tfm: net8.0
51
52
53
- tfm: net9.0
54
fail-fast: false
55
steps:
56
- name: Checkout
0 commit comments