1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-04 15:17:34 +03:00

Address review

This commit is contained in:
Avi Dessauer 2022-01-04 12:52:32 -05:00
parent f1d6f62a6d
commit bec5543533

View File

@ -20,12 +20,9 @@ jobs:
include:
- os: ubuntu-latest
system: x86_64-linux
experimental: false
- os: macos-latest
system: x86_64-darwin
experimental: false
- rust_channel: stable
experimental: false
runs-on: ${{ matrix.os }}
# The `== true` makes it work wether experimental has been defined or not.