We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504cd3c commit 0ab3205Copy full SHA for 0ab3205
.github/workflows/check.yml
@@ -386,14 +386,14 @@ jobs:
386
387
build-macos11:
388
name: macOS
389
- runs-on: macos-11
+ runs-on: macos-12
390
steps:
391
- uses: actions/checkout@master
392
393
- name: Prepare version
394
id: setup
395
run: |
396
- os=macos-11
+ os=macos-12
397
ccx_version=${GITHUB_SHA::7}
398
release_name=ccx-cli-"$os"-dev-"$ccx_version"
399
echo "release_name=${release_name}" >> $GITHUB_OUTPUT
.github/workflows/macOS.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build-macos:
10
11
12
13
14
0 commit comments