Browse Source

GHA CI: Use macOS-latest VM image

PR #15589.
adaptive-webui-19844
xavier2k6 3 years ago committed by GitHub
parent
commit
fb2fbc875d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci_macos.yaml

2
.github/workflows/ci_macos.yaml

@ -4,7 +4,7 @@ on: [pull_request, push]
jobs: jobs:
ci: ci:
name: Build name: Build
runs-on: macos-10.15 runs-on: macos-latest
strategy: strategy:
matrix: matrix:

Loading…
Cancel
Save