Skip to content

Commit

Permalink
Update to macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
AxVultis committed Feb 24, 2024
1 parent 504cd3c commit 0ab3205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,14 +386,14 @@ jobs:
build-macos11:
name: macOS
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@master

- name: Prepare version
id: setup
run: |
os=macos-11
os=macos-12
ccx_version=${GITHUB_SHA::7}
release_name=ccx-cli-"$os"-dev-"$ccx_version"
echo "release_name=${release_name}" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-macos:
name: macOS
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@master

Expand Down

0 comments on commit 0ab3205

Please sign in to comment.