Skip to content

Commit 6e436e2

Browse files
committed
Setup workflow
1 parent 80a3b8d commit 6e436e2

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)