diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a907618bd36..ab5c9e27a80 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -61,14 +61,14 @@ jobs: rust: name: Run Rust lint on ${{ matrix.os }} - runs-on: ${{ matrix.os || 'ubuntu-latest' }} + runs-on: ${{ matrix.os || 'ubuntu-24.04' }} strategy: matrix: os: - - ubuntu-latest - - macos-latest - - windows-latest + - ubuntu-24.04 + - macos-13 + - windows-2022 steps: - name: Checkout repo