Switch macOS runner to m1 (#11855)
This commit is contained in:
parent
fc3cc4bd87
commit
d0e1daa6a2
|
|
@ -231,16 +231,16 @@ jobs:
|
|||
((github.event_name == 'schedule' && github.repository == 'apache/skywalking') || needs.changes.outputs.oap == 'true')
|
||||
name: Unit test
|
||||
needs: [sanity-check, changes]
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu, macos, windows]
|
||||
os: [ubuntu-latest, macos-14, windows-latest]
|
||||
java-version: [11]
|
||||
include:
|
||||
- os: ubuntu
|
||||
- os: ubuntu-latest
|
||||
java-version: 17
|
||||
- os: ubuntu
|
||||
- os: ubuntu-latest
|
||||
java-version: 21
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
* Support Java 21 runtime.
|
||||
* Support oap-java21 image for Java 21 runtime.
|
||||
* Upgrade `OTEL collector` version to `0.92.0` in all e2e tests.
|
||||
* Switch CI macOS runner to m1.
|
||||
|
||||
#### OAP Server
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue