Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI's nightly to 2023-02-01 #261

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-22.04, windows-latest]
rust: [nightly-2022-08-27, stable]
rust: [nightly-2023-02-01, stable]
features: ["", "--features 'chains sm-winit sm-raw-window-handle'"]
target: ["default"]
include:
# rust nightly
- os: ubuntu-22.04
features: "--features 'chains sm-wayland-default'"
rust: nightly-2022-08-27
rust: nightly-2023-02-01
target: "default"
- os: ubuntu-22.04
target: "arm-linux-androideabi"
rust: nightly-2022-08-27
rust: nightly-2023-02-01
- os: windows-latest
features: "--features sm-angle-builtin"
rust: nightly-2022-08-27
rust: nightly-2023-02-01
target: "default"
- os: windows-latest
features: "--features 'chains sm-no-wgl sm-angle-builtin'"
rust: nightly-2022-08-27
rust: nightly-2023-02-01
target: "default"
- os: windows-latest
target: "aarch64-pc-windows-msvc"
rust: nightly-2022-08-27
rust: nightly-2023-02-01
# rust stable
- os: ubuntu-22.04
features: "--features sm-wayland-default"
Expand All @@ -63,7 +63,7 @@ jobs:
# nightly only
- os: windows-latest
target: "aarch64-uwp-windows-msvc"
rust: nightly-2022-08-27
rust: nightly-2023-02-01
steps:
- uses: actions/checkout@v3
- name: Install deps on linux
Expand Down