Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 253e5d9

Browse files
committed
use macos-13 runner
1 parent 96ec5d2 commit 253e5d9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [macos-12, ubuntu-22.04, windows-2022]
33+
os: [macos-13, ubuntu-22.04, windows-2022]
3434
minor: [8]
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- uses: actions/checkout@master
3838
- uses: actions/setup-python@master
3939
- run: echo '::add-matcher::.github/problem-matchers/gcc.json'
40-
if: matrix.os == 'macos-12' || matrix.os == 'ubuntu-22.04'
40+
if: matrix.os == 'macos-13' || matrix.os == 'ubuntu-22.04'
4141
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
4242
if: matrix.os == 'windows-2022'
4343

@@ -61,14 +61,14 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
os: [macos-12, ubuntu-22.04, windows-2022]
64+
os: [macos-13, ubuntu-22.04, windows-2022]
6565
minor: [9, 10, 11]
6666
runs-on: ${{ matrix.os }}
6767
steps:
6868
- uses: actions/checkout@master
6969
- uses: actions/setup-python@master
7070
- run: echo '::add-matcher::.github/problem-matchers/gcc.json'
71-
if: matrix.os == 'macos-12' || matrix.os == 'ubuntu-22.04'
71+
if: matrix.os == 'macos-13' || matrix.os == 'ubuntu-22.04'
7272
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
7373
if: matrix.os == 'windows-2022'
7474

@@ -92,14 +92,14 @@ jobs:
9292
strategy:
9393
fail-fast: false
9494
matrix:
95-
os: [macos-12, ubuntu-22.04, windows-2022]
95+
os: [macos-13, ubuntu-22.04, windows-2022]
9696
minor: [12]
9797
runs-on: ${{ matrix.os }}
9898
steps:
9999
- uses: actions/checkout@master
100100
- uses: actions/setup-python@master
101101
- run: echo '::add-matcher::.github/problem-matchers/gcc.json'
102-
if: matrix.os == 'macos-12' || matrix.os == 'ubuntu-22.04'
102+
if: matrix.os == 'macos-13' || matrix.os == 'ubuntu-22.04'
103103
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
104104
if: matrix.os == 'windows-2022'
105105

0 commit comments

Comments
 (0)