Skip to content

Commit 3f3bbfb

Browse files
committed
[ci] update macos runner to -13
1 parent 6b9ffa0 commit 3f3bbfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_macos.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ defaults:
1616
jobs:
1717
build:
1818
name: ${{ matrix.name }}
19-
runs-on: macos-11
19+
runs-on: macos-13
2020
timeout-minutes: 120
2121
strategy:
2222
fail-fast: false
2323
matrix:
2424
include:
25-
- name: "gcc13"
26-
cxx: "g++-13"
27-
cc: "gcc-13"
25+
- name: "gcc12"
26+
cxx: "g++-12"
27+
cc: "gcc-12"
2828
build_type: Release
2929

3030
- name: "gcc11"

0 commit comments

Comments
 (0)