Merge tag 'github-bot-2022-08-10' of https://github.com/ammarfaizi2/liburing

Just a single commit to upgrade the OS on the GitHub bot CI.
"ubuntu-latest" doesn't give the latest version of Ubuntu. Explicitly
specify "ubuntu-22.04" to get the latest version. This is just like
commit:

   b350259bd2 (".github: Upgrade GitHub bot to Ubuntu 22.04 and gcc-11")

... but for the shellcheck.

* tag 'github-bot-2022-08-10' of https://github.com/ammarfaizi2/liburing:
  .github: Update OS to Ubuntu 22.04 for shellcheck CI
This commit is contained in:
Jens Axboe
2022-08-10 07:01:22 -06:00
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout source