Skip to content

Commit

Permalink
add windows, macOS targets to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
onsdagens committed Jul 1, 2024
1 parent 589b6cc commit 0c370d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Rust

on:
push:
branches: ["master", "egui_generic"]
branches: ["master", "ci"]
pull_request:
branches: ["master"]

Expand All @@ -12,6 +12,10 @@ env:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, x86_64-apple-darwin]
steps:
- uses: actions/checkout@v3
- name: Update runner
Expand Down

0 comments on commit 0c370d2

Please sign in to comment.