1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-02 16:43:19 +00:00

[BRE-443] - Fix Linting pre bwwl Deployment (#12066)

This commit is contained in:
Opeyemi
2024-11-20 07:05:46 -08:00
committed by GitHub
parent 06b5c798dd
commit 9e15f7dc29
4 changed files with 9 additions and 7 deletions

View File

@@ -98,14 +98,14 @@ jobs:
rust:
name: Run Rust tests on ${{ matrix.os }}
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
permissions:
contents: read
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
- macos-latest
- windows-latest