Skip to content

Commit 7da1df3

Browse files
Update darwin aarch64 branch
1 parent 44ed0dd commit 7da1df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/gcc.anod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class GCC(spec("gh-artifact")):
2929
% (self.version, self.tarball)
3030
if self.env.target.cpu.name == "x86_64"
3131
else
32-
"https://github.com/iains/gcc-13-branch/archive/refs/"
33-
+ "tags/gcc-13.2-darwin-r0.tar.gz"
32+
"https://github.com/iains/gcc-14-branch/archive/refs/"
33+
+ "tags/gcc-14.1-darwin-r0.tar.gz"
3434
)
3535
),
3636
self.LocalSourceBuilder(name=patch_name)

0 commit comments

Comments
 (0)