Skip to content

Commit

Permalink
Remove macos-15 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Nov 6, 2024
1 parent 0eed8f9 commit 41c1226
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, macos-14, macos-15]
os: [macos-12, macos-13, macos-14] # TODO: macos-15
options: [
{build: debug, sanitizer: without-sanitizer},
{build: debug, sanitizer: address-sanitizer},
Expand All @@ -31,7 +31,6 @@ jobs:
]

env:
LTTNG_UST_REGISTER_TIMEOUT: 0
NUGET_XMLDOC_MODE: skip
DOTNET_CLI_TELEMETRY_OPTOUT: "true"

Expand Down

0 comments on commit 41c1226

Please sign in to comment.