|
7 | 7 | matrix: |
8 | 8 | config: |
9 | 9 | - {platform: windows-latest, os: windows, arch: amd64, path: windows-x86_64} |
10 | | - - {platform: macos-14, os: darwin, arch: amd64, path: darwin-x86_64} |
11 | 10 | - {platform: macos-latest, os: darwin, arch: arm64, path: darwin-arm64} |
12 | 11 | - {platform: ubuntu-latest, os: linux, arch: amd64, path: linux-x86_64} |
13 | 12 | - {platform: ubuntu-24.04-arm, os: linux, arch: arm64, path: linux-arm64} |
|
18 | 17 | uses: actions/setup-go@v4 |
19 | 18 | with: |
20 | 19 | go-version: 1.23 |
21 | | - - name: Select Xcode |
22 | | - if: ${{ matrix.config.os == 'darwin' }} |
23 | | - run: sudo xcode-select -s /Applications/Xcode_15.2.app |
24 | 20 | - name: Setup MSYS |
25 | 21 | if: ${{ matrix.config.platform == 'windows-latest' }} |
26 | 22 | uses: msys2/setup-msys2@v2 |
|
83 | 79 | {path: linux-x86_64, file_ext: ""}, |
84 | 80 | {path: windows-x86_64, file_ext: ".exe"}, |
85 | 81 | {path: linux-arm64, file_ext: ""}, |
86 | | - {path: darwin-x86_64, file_ext: ""}, |
87 | 82 | {path: darwin-arm64, file_ext: ""}, |
88 | 83 | ] |
89 | 84 | steps: |
|
0 commit comments