|
14 | 14 |
|
15 | 15 | jobs: |
16 | 16 | build: |
17 | | - runs-on: macos-14 |
| 17 | + runs-on: macos-26 |
18 | 18 |
|
19 | 19 | steps: |
20 | 20 | - name: Checkout python repo |
21 | | - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 |
| 21 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
22 | 22 | with: |
23 | 23 | fetch-depth: 0 |
24 | 24 |
|
25 | 25 | - name: Install Apple Developer ID Application certificates |
26 | | - uses: apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2.0.0 |
| 26 | + uses: apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3.0.0 |
27 | 27 | with: |
28 | 28 | keychain-password: ${{ github.run_id }} |
29 | 29 | p12-file-base64: ${{ secrets.APP_CERTIFICATES_P12_MAOS }} |
30 | 30 | p12-password: ${{ secrets.APP_CERTIFICATES_P12_PASSWORD_MAOS }} |
31 | 31 |
|
32 | 32 | - name: Install Apple Developer ID Installer certificates |
33 | | - uses: apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2.0.0 |
| 33 | + uses: apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3.0.0 |
34 | 34 | with: |
35 | 35 | create-keychain: false # do not create a new keychain for this value |
36 | 36 | keychain-password: ${{ github.run_id }} |
|
43 | 43 | --python-version "$PYTHON_VERSION" \ |
44 | 44 | --installer-id "$DEV_INSTALLER_ID" \ |
45 | 45 | --application-id "$DEV_APPLICATION_ID" \ |
46 | | - --notary-password "$NOTARY_APP_PASSWORD" \ |
47 | | - --xcode-path "/Applications/Xcode_15.2.app" |
| 46 | + --notary-password "$NOTARY_APP_PASSWORD" |
48 | 47 |
|
49 | 48 | - name: get environment variables |
50 | 49 | id: get_env_var |
|
98 | 97 | files: ${{github.workspace}}/outputs/*.pkg |
99 | 98 |
|
100 | 99 | - name: Upload packages |
101 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 100 | + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 |
102 | 101 | with: |
103 | 102 | name: packages |
104 | 103 | path: outputs/ |
0 commit comments