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 fa5d316 commit a1cff98Copy full SHA for a1cff98
.github/workflows/rust.yml
@@ -74,11 +74,9 @@ jobs:
74
- 1.41.1
75
- beta
76
- stable
77
- target: [ x86_64-unknown-linux-gnu, x86_64-apple-darwin ]
78
- include:
79
- - target: x86_64-unknown-linux-gnu
80
- os: ubuntu-latest
81
- - target: x86_64-apple-darwin
+ os: [ ubuntu-latest, macos-latest ]
+ exclude:
+ - rust: 1.41.1
82
os: macos-latest
83
runs-on: ${{ matrix.os }}
84
steps:
@@ -108,11 +106,9 @@ jobs:
108
106
109
107
110
111
112
113
114
115
116
117
118
0 commit comments