mirror of
https://github.com/boostorg/cmake.git
synced 2026-01-19 04:02:15 +00:00
Update ci.yml
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -444,7 +444,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ]
|
||||
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15 ]
|
||||
shared: [ ON, OFF ]
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
@@ -531,7 +531,7 @@ jobs:
|
||||
- os: ubuntu-22.04
|
||||
include: timer
|
||||
shared: ON
|
||||
- os: macos-12
|
||||
- os: ubuntu-24.04
|
||||
include: timer
|
||||
shared: ON
|
||||
- os: macos-13
|
||||
@@ -540,6 +540,9 @@ jobs:
|
||||
- os: macos-14
|
||||
include: timer
|
||||
shared: ON
|
||||
- os: macos-15
|
||||
include: timer
|
||||
shared: ON
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
@@ -581,7 +584,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ]
|
||||
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15 ]
|
||||
shared: [ ON, OFF ]
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
Reference in New Issue
Block a user