Skip to content

Commit

Permalink
finish up
Browse files Browse the repository at this point in the history
  • Loading branch information
mholtzman committed Jan 17, 2025
1 parent 8b3e2f3 commit 904371a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- 'develop'
- 'test-release'

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -36,18 +35,18 @@ jobs:
strategy:
fail-fast: false
matrix:
# os:
# - ubuntu-latest
os:
- ubuntu-latest
include:
- os: macos-13
cert_key: APPLE_DEVELOPER_SIGNING_CERTIFICATE
cert_password_key: APPLE_CERTIFICATE_PASSWORD
apple_id_key: APPLE_ID
apple_app_specific_password_key: APPLE_ID_PASSWORD
apple_team_id_key: APPLE_TEAM_ID
# - os: windows-latest
# cert_key: WINDOWS_CSC_CERTIFICATE
# cert_password_key: WINDOWS_CSC_PASSWORD
- os: windows-latest
cert_key: WINDOWS_CSC_CERTIFICATE
cert_password_key: WINDOWS_CSC_PASSWORD

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 904371a

Please sign in to comment.