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