From 460c2849eb6d21409c478d8047e0b2ec63c52365 Mon Sep 17 00:00:00 2001 From: Opeyemi Alao <54288773+Eeebru@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:14:37 +0000 Subject: [PATCH] remove latest runners --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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