mirror of
https://github.com/1Password/arboard.git
synced 2025-08-04 19:08:32 +00:00
Bump Ubuntu version used in CI
Ubuntu 20 isn't the latest LTS version anymore
This commit is contained in:
parent
2d77eee554
commit
f716441fe6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
rustfmt:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
|
@ -93,7 +93,7 @@ jobs:
|
|||
run: cargo miri test windows --features image-data
|
||||
|
||||
semver:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check semver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue