Skip to content

Commit

Permalink
ci: test build on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Apr 24, 2024
1 parent 188840a commit 738f224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
run: rustc --version -v; cargo build --verbose; rustc --crate-type=cdylib -C opt-level=3 -C panic=abort -C lto=fat -o cord src/lib.rs

0 comments on commit 738f224

Please sign in to comment.