Skip to content

Commit

Permalink
chore(ci): no longer build asus F38 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Mar 17, 2024
1 parent fb3b379 commit 2db7d76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kernel_flavor: [main, asus, 6.7.9-204.fsync, 6.7.4-200.fsync, surface]
kernel_flavor: [main, asus, 6.7.9-204.fsync, surface]
cfile_suffix: [common, nvidia]
major_version: [38, 39]
nvidia_version: [0, 470, 550]
Expand All @@ -31,7 +31,9 @@ jobs:
nvidia_version: 550
- cfile_suffix: nvidia
nvidia_version: 0
- kernel_flavor: fsync
- kernel_flavor: 6.7.9-204.fsync
major_version: 38
- kernel_flavor: asus
major_version: 38
- kernel_flavor: surface
nvidia_version: 470
Expand Down

0 comments on commit 2db7d76

Please sign in to comment.