From 8ab0d462cbd1f0b423bdff7d69559234699c4241 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Mon, 15 Jan 2024 09:32:23 +0100 Subject: [PATCH] Update rust.yml (#265) --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4e9beaf9..dd7c31e2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,7 +2,7 @@ name: Rust on: push: - branches: ['master'] + branches: [main] pull_request: branches: ["**"] merge_group: @@ -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: