Skip to content

Commit

Permalink
Revert to macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-rtf committed Nov 19, 2024
1 parent 9009cf7 commit e62ced9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variables:
value: 'OTHER_CODE_SIGN_FLAGS="--timestamp" CURRENT_PROJECT_VERSION="$(Build.BuildNumber)"'

pool:
vmImage: 'macOS-15'
vmImage: 'macOS-14'

stages:
- stage: build
Expand All @@ -42,9 +42,9 @@ stages:
steps:
- task: InstallAppleCertificate@2
inputs:
certSecureFile: 'raising_the_floor_5AAXYGZ428_OpenSSL3.p12'
certSecureFile: 'raising_the_floor_5AAXYGZ428.p12'
certPwd: '$(P12_PASSWORD)'
# certSecureFile: 'raising_the_floor_5AAXYGZ428.p12'
# certSecureFile: 'raising_the_floor_5AAXYGZ428_OpenSSL3.p12'
- task: InstallAppleProvisioningProfile@1
inputs:
provProfileSecureFile: 'Morphic_Launcher_for_macOS.provisionprofile'
Expand Down

0 comments on commit e62ced9

Please sign in to comment.