From b1cee7a89c77d4475787cb5def2f15d62bfa2ef9 Mon Sep 17 00:00:00 2001 From: Artur Stolear Date: Tue, 19 Nov 2024 22:05:18 +0100 Subject: [PATCH] use macos-15 --- .azure/ci.yml | 4 ++-- .azure/same-job.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/same-job.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.azure/ci.yml b/.azure/ci.yml index 0e7de58..cd2cbc8 100644 --- a/.azure/ci.yml +++ b/.azure/ci.yml @@ -11,7 +11,7 @@ stages: ubuntu-latest: imageName: 'ubuntu-latest' macos-latest: - imageName: 'macos-latest' + imageName: 'macos-15' pool: vmImage: $(imageName) steps: @@ -48,7 +48,7 @@ stages: ubuntu-latest: imageName: 'ubuntu-latest' macos-latest: - imageName: 'macos-latest' + imageName: 'macos-15' pool: vmImage: $(imageName) steps: diff --git a/.azure/same-job.yml b/.azure/same-job.yml index cdb6d8e..2c71661 100644 --- a/.azure/same-job.yml +++ b/.azure/same-job.yml @@ -8,7 +8,7 @@ jobs: ubuntu-latest: imageName: 'ubuntu-latest' macos-latest: - imageName: 'macos-latest' + imageName: 'macos-15' pool: vmImage: $(imageName) steps: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c43a22..d32bccb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-13, macos-14] + os: [ windows-latest, ubuntu-latest, macos-15 ] fail-fast: false steps: - uses: actions/checkout@v4 @@ -37,7 +37,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ windows-latest, ubuntu-latest, macos-13, macos-14 ] + os: [ windows-latest, ubuntu-latest, macos-15 ] fail-fast: false steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/same-job.yml b/.github/workflows/same-job.yml index 30c7ee2..ee5013b 100644 --- a/.github/workflows/same-job.yml +++ b/.github/workflows/same-job.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ windows-latest, ubuntu-latest, macos-13, macos-14 ] + os: [ windows-latest, ubuntu-latest, macos-15 ] fail-fast: false steps: - uses: actions/checkout@v4