Skip to content

Commit 3e1b052

Browse files
committed
chore: Bump OSX compiler version
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent c427a1d commit 3e1b052

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/macos.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424

2525
runs-on: ${{ matrix.os }}
2626
steps:
27-
- name: Set up C++20
28-
uses: aminya/setup-cpp@v1
29-
with:
30-
compiler: gcc-13
31-
cmake: true
32-
ninja: true
27+
# - name: Set up C++20
28+
# uses: aminya/setup-cpp@v1
29+
# with:
30+
# compiler: gcc-13
31+
# cmake: true
32+
# ninja: true
3333

3434
- uses: actions/checkout@v3
3535
with:

0 commit comments

Comments
 (0)