Skip to content

Commit 02bdd08

Browse files
authored
CM-35811 - Change GitHub Actions runner for building CLI for ARM macOS (#225)
1 parent 9693a03 commit 02bdd08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_executable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ ubuntu-20.04, macos-11, macos-13-xlarge, windows-2019 ]
18+
os: [ ubuntu-20.04, macos-12, macos-14, windows-2019 ]
1919
mode: [ 'onefile', 'onedir' ]
2020
exclude:
2121
- os: ubuntu-20.04
@@ -142,6 +142,7 @@ jobs:
142142
- name: Test macOS signed executable
143143
if: runner.os == 'macOS'
144144
run: |
145+
file -b $PATH_TO_CYCODE_CLI_EXECUTABLE
145146
time $PATH_TO_CYCODE_CLI_EXECUTABLE version
146147
147148
# verify signature

0 commit comments

Comments
 (0)