Skip to content

Commit

Permalink
ci: migrate windows & add macos to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmfink committed Apr 18, 2024
1 parent db1877f commit f71cdd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 40 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@ name: main

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust:
# Don't pull in newest dependencies when using old Rust toolchain
- version: 1.70.0
- version: 1.70.0 # MSRV
env: SKIP_CARGO_UPDATE=1
- version: stable
- version: beta
- version: nightly
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
Expand Down
37 changes: 0 additions & 37 deletions appveyor.yml

This file was deleted.

0 comments on commit f71cdd1

Please sign in to comment.