Skip to content

Commit

Permalink
Update rust.yml (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson authored Jan 15, 2024
1 parent f788f19 commit 8ab0d46
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 @@ -2,7 +2,7 @@ name: Rust

on:
push:
branches: ['master']
branches: [main]
pull_request:
branches: ["**"]
merge_group:
Expand All @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-22.04, windows-latest]
rust: [nightly-2023-02-01, stable]
rust: [nightly, stable]
features: ["", "--features 'chains sm-winit sm-raw-window-handle'"]
target: ["default"]
include:
Expand Down

0 comments on commit 8ab0d46

Please sign in to comment.