Skip to content

Commit

Permalink
CI: Upgrade runner images
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher N. Hesse <[email protected]>
  • Loading branch information
raymanfx committed Apr 14, 2024
1 parent fe26f56 commit 94fae1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
rustfmt:
name: rustfmt
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -25,7 +25,7 @@ jobs:

clippy:
name: clippy
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:

test:
name: test
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -44,7 +44,7 @@ jobs:

check:
name: check
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -60,11 +60,11 @@ jobs:
matrix:
include:
- build: v4l2-ubuntu
os: ubuntu-18.04
os: ubuntu-22.04
rust: stable
features: ""
- build: openpnp-macos
os: macos-10.15
os: macos-14
rust: stable
features: ""
steps:
Expand Down

0 comments on commit 94fae1c

Please sign in to comment.