Skip to content

Commit

Permalink
Upgrade github runner to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mofhusseini committed Jun 23, 2022
1 parent 18e5421 commit cd9b97c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chain-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
scan:
name: Scan
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
if: >-
github.event_name == 'push' || github.event_name == 'pull_request' || (github.event.comment.body == '/staging' &&
(github.actor == 'allthatjazzleo' || github.actor == 'tomtau' || github.actor == 'lezzokafka' || github.actor == 'yihuang' ||
Expand All @@ -35,9 +35,9 @@ jobs:
# sarif_file: reports
build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
needs: scan
if: >-
if: >-
github.event_name == 'push' || (github.event.comment.body == '/staging' && (github.actor == 'allthatjazzleo' || github.actor == 'tomtau' ||
github.actor == 'lezzokafka' || github.actor == 'yihuang' || github.actor == 'calvinaco' ||
github.actor == 'CeruleanAtMonaco' || github.actor == 'devashishdxt' || github.actor == 'leejw51crypto' ||
Expand Down

0 comments on commit cd9b97c

Please sign in to comment.