Skip to content

Commit

Permalink
Setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wam-v-tan committed Jun 25, 2023
1 parent 80a3b8d commit 6e436e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 180
strategy:
fail-fast: false
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
merge:
name: merge
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 180
needs: build
steps:
Expand Down

0 comments on commit 6e436e2

Please sign in to comment.