Skip to content

Commit cc59f1d

Browse files
committed
macos stuff
1 parent a56f965 commit cc59f1d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/generator-macos.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,16 @@ env:
7777
MACOS_P12_BASE64: "${{ secrets.MACOS_P12_BASE64 }}"
7878
UPLOAD_ARTIFACT: 'true'
7979
SIGN_BASE_URL: "${{ secrets.SIGN_BASE_URL }}"
80-
#STATUS_URL: "${{ secrets.GENURL }}/updategh"
8180

8281
jobs:
8382
generate-bridge:
8483
uses: ./.github/workflows/bridge.yml
8584
with:
8685
version: ${{ fromJson(inputs.extras).version }}
8786

88-
build-for-macos-flutter:
89-
name: Build macOS
90-
runs-on: ${{ matrix.job.os }}
87+
build-for-macos:
88+
name: ${{ matrix.job.target }}
89+
runs-on: macos-latest
9190
needs: [generate-bridge]
9291
strategy:
9392
fail-fast: false
@@ -119,9 +118,6 @@ jobs:
119118
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
120119
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
121120
122-
- name: Check GITHUB_ENV contents
123-
run: cat $GITHUB_ENV
124-
125121
- name: Report Status
126122
uses: fjogeleit/http-request-action@v1
127123
with:

0 commit comments

Comments
 (0)