commit | 6bd9b8a632e46ee55f0a3099c2330628f7916a9b | [log] [tgz] |
---|---|---|
author | Nathaniel Brough <nathaniel.brough@gmail.com> | Fri Dec 16 06:41:45 2022 +0800 |
committer | GitHub <noreply@github.com> | Fri Dec 16 06:41:45 2022 +0800 |
tree | 540121aa1940ae90f789d3f463a7323b361213ab | |
parent | d9a0905534f06a05c4b59b3e929778c1a97859c3 [diff] |
chore(.github): Update CI runner from 18.04->22.04
diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index b0b167c..8bf3831 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml
@@ -18,7 +18,7 @@ # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: