We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463e8f7 commit 987eb6dCopy full SHA for 987eb6d
.github/workflows/ci.yml
@@ -143,6 +143,10 @@ jobs:
143
- name: Install Rust (${{matrix.rust}})
144
uses: dtolnay/rust-toolchain@stable
145
with: {toolchain: '${{matrix.rust}}'}
146
+ - name: Set target version for macos-13
147
+ run: |
148
+ echo "MACOSX_DEPLOYMENT_TARGET=13.7" >> $GITHUB_ENV
149
+ if : ${{ matrix.os == 'macos-13' }}
150
- name: Build and test
151
run: cargo test -vv --features netcdf/derive,static --workspace --exclude netcdf-derive
152
0 commit comments