Skip to content

Commit

Permalink
Merge pull request #79 from OUXT-Polaris/workflow/sync
Browse files Browse the repository at this point in the history
[Bot] Update workflow
  • Loading branch information
github-actions[bot] authored Jun 25, 2023
2 parents 34ffac1 + 2be8628 commit afcd2ed
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 afcd2ed

Please sign in to comment.