Skip to content

Commit

Permalink
Update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss committed Jan 6, 2025
1 parent 340cef1 commit 824d678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
conan_profile: clang
code_coverage: false
static: true
- os: macos15c16
- os: macos15
build_type: Release
code_coverage: false
static: false
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
image: rippleci/clio_ci:latest
conan_profile: clang
build_type: Debug
- os: macos15c16
- os: macos15
conan_profile: apple_clang_16
build_type: Release
runs-on: [self-hosted, "${{ matrix.os }}"]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos15c16
- os: macos15
build_type: Release
static: false
- os: heavy
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos15c16
- os: macos15
build_type: Release
integration_tests: false
- os: heavy
Expand Down

0 comments on commit 824d678

Please sign in to comment.