We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9ffa0 commit 3f3bbfbCopy full SHA for 3f3bbfb
1 file changed
.github/workflows/ci_macos.yml
@@ -16,15 +16,15 @@ defaults:
16
jobs:
17
build:
18
name: ${{ matrix.name }}
19
- runs-on: macos-11
+ runs-on: macos-13
20
timeout-minutes: 120
21
strategy:
22
fail-fast: false
23
matrix:
24
include:
25
- - name: "gcc13"
26
- cxx: "g++-13"
27
- cc: "gcc-13"
+ - name: "gcc12"
+ cxx: "g++-12"
+ cc: "gcc-12"
28
build_type: Release
29
30
- name: "gcc11"
0 commit comments