Skip to content

Commit 3446cb4

Browse files
committed
readme
1 parent e911e42 commit 3446cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ wget -N https://github.com/conda-forge/miniforge/releases/latest/download/Mambaf
137137
bash Mambaforge-Linux-x86_64.sh -b -u -p ~/conda
138138

139139
~/conda/bin/mamba install -y \
140-
'gxx_linux-64>=12'
140+
'gxx_linux-64>=13'
141141
```
142142

143143
#### Linux / AArch64
@@ -148,7 +148,7 @@ wget -N https://github.com/conda-forge/miniforge/releases/latest/download/Mambaf
148148
bash Mambaforge-Linux-aarch64.sh -b -u -p ~/conda
149149

150150
~/conda/bin/mamba install -y \
151-
'gxx_linux-aarch64>=12'
151+
'gxx_linux-aarch64>=13'
152152
```
153153

154154
#### macOS / x86\_64

0 commit comments

Comments
 (0)