Skip to content

Commit a02f34a

Browse files
committed
remove gcc13 from macos
1 parent 87dd9e8 commit a02f34a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/MacOs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
{ tool: apple-clang },
2020
{ tool: gcc, ver: 10 },
2121
{ tool: gcc, ver: 11 },
22-
{ tool: gcc, ver: 12 },
23-
{ tool: gcc, ver: 13 } ]
22+
{ tool: gcc, ver: 12 } ]
2423
build_type: [ Release ]
2524
os: [ macos-12 ]
2625
std: [ 17 ]

0 commit comments

Comments
 (0)