Skip to content

Commit ed3b92c

Browse files
Merge pull request #90 from OUXT-Polaris/workflow/sync
[Bot] Update workflow
2 parents 80a3b8d + 6e436e2 commit ed3b92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BuildTest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: build
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
timeout-minutes: 180
1414
strategy:
1515
fail-fast: false
@@ -108,7 +108,7 @@ jobs:
108108
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
109109
merge:
110110
name: merge
111-
runs-on: ubuntu-20.04
111+
runs-on: ubuntu-22.04
112112
timeout-minutes: 180
113113
needs: build
114114
steps:

0 commit comments

Comments
 (0)