Skip to content

Commit

Permalink
Update ci.yml Matched new and old configs
Browse files Browse the repository at this point in the history
  • Loading branch information
hg8496 authored Sep 27, 2024
1 parent cfcc8bf commit 6a06d59
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,18 @@ jobs:
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
config:
- os: ubuntu-20.04
rust_target: x86_64-unknown-linux-gnu
ext: ''
args: ''
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: macos-latest
rust_target: x86_64-apple-darwin
ext: ''
args: ''
target: x86_64-apple-darwin
- os: macos-latest
rust_target: aarch64-apple-darwin
ext: ''
args: ''
target: aarch64-apple-darwin
- os: windows-latest
rust_target: x86_64-pc-windows-msvc
ext: '.exe'
target: x86_64-pc-windows-msvc
args: ''
- os: windows-latest
rust_target: aarch64-pc-windows-msvc
ext: '.exe'
args: '--no-default-features --features native-tls-vendored'
target: aarch64-pc-windows-msvc

steps:
- name: Checkout source
Expand Down

0 comments on commit 6a06d59

Please sign in to comment.