Skip to content

Commit

Permalink
Update the actions environments to Ubuntu 22.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrvanwhy committed Aug 11, 2023
1 parent 2a8d7bc commit 2068720
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
# Using ubuntu-latest can cause breakage when ubuntu-latest is updated to
# point at a new Ubuntu version. Instead, explicitly specify the version, so
# we can update when we need to. This *could* break if we don't update it
# until support for 20.04 is dropped, but it is likely we'll have a reason
# to update to a newer Ubuntu before then anyway.
runs-on: ubuntu-20.04
# until support for this version is dropped, but it is likely we'll have a
# reason to update to a newer Ubuntu before then anyway.
runs-on: ubuntu-22.04

steps:
# Clones a single commit from the libtock-rs repository. The commit cloned
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/size-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
# Using ubuntu-latest can cause breakage when ubuntu-latest is updated to
# point at a new Ubuntu version. Instead, explicitly specify the version, so
# we can update when we need to. This *could* break if we don't update it
# until support for 20.04 is dropped, but it is likely we'll have a reason
# to update to a newer Ubuntu before then anyway.
runs-on: ubuntu-20.04
# until support for this version is dropped, but it is likely we'll have a
# reason to update to a newer Ubuntu before then anyway.
runs-on: ubuntu-22.04

steps:
# Clones a single commit from the libtock-rs repository. The commit cloned
Expand Down

0 comments on commit 2068720

Please sign in to comment.