mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-07-20 22:58:41 -04:00
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:
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Checkout source
|
||||
|
||||
Reference in New Issue
Block a user