Skip to content

Commit a672cae

Browse files
committed
升级构建系统
1 parent 4988885 commit a672cae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/android_debug_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
build:
19-
runs-on: macos-10.15
19+
runs-on: macos-12
2020
steps:
2121
- uses: actions/checkout@v2
2222
with:

.github/workflows/android_release_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: macos-10.15
16+
runs-on: macos-12
1717
steps:
1818
- uses: actions/checkout@v2
1919
with:

.github/workflows/pushevent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-and-deploy:
11-
runs-on: macos-10.15
11+
runs-on: macos-12
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)