Skip to content

Commit

Permalink
Use latest version of Ubuntu runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinling committed Jul 13, 2024
1 parent 576d7df commit 125bcbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: CI
jobs:
clippy:
name: Clippy
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Checkout repository
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['macos-latest', 'ubuntu-22.04', 'windows-latest']
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
rust: ['stable', '1.74']

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 125bcbe

Please sign in to comment.