Skip to content

Commit

Permalink
Update to macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
AxVultis committed Jan 28, 2025
1 parent 81c57b8 commit ba93314
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,16 +454,16 @@ jobs:
cd build/tests
ctest -R UnitTests --output-on-failure
build-macos11:
build-macos:
name: macOS
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@master

- name: Prepare version
id: setup
run: |
os=macos-12
os=macos-13
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-12
runs-on: macos-13
steps:
- uses: actions/checkout@master

Expand Down

0 comments on commit ba93314

Please sign in to comment.