From 7a02339be65fd3c8f59c7807c183bdb62178a765 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Wed, 10 May 2023 18:48:51 -0400 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c90bffac..9070c891 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,11 +41,11 @@ jobs: fail-fast: false matrix: features: - - 'winit_softbuffer debug' - - 'winit_softbuffer tokio' - - winit_softbuffer + - 'winit_tiny_skia debug' + - 'winit_tiny_skia tokio' + - winit_tiny_skia - winit_wgpu - - softbuffer + - tiny_skia - wayland - applet runs-on: ubuntu-22.04