Skip to content

Commit

Permalink
Use fixed runner versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Apr 1, 2024
1 parent 4b3b48d commit 21bf8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on: [ push, pull_request ]
jobs:
rustfmt:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -22,7 +22,7 @@ jobs:
components: clippy
- run: cargo clippy --all-targets -- -D warnings
build:
runs-on: windows-latest
runs-on: windows-2022
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 21bf8e4

Please sign in to comment.