Skip to content

Commit 073ae6a

Browse files
committed
Update
1 parent 38eb174 commit 073ae6a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/julia/build_tarballs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ dependencies = [
8787
]
8888

8989
# Build the tarballs, and possibly a `build.jl` as well.
90-
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version = v"6", julia_compat="1.6")
90+
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version = v"12", julia_compat="1.6")

.github/workflows/build_test_windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ permissions:
1010
contents: read
1111
jobs:
1212
build-linux:
13-
name: Julia - ${{ github.event_name }}
1413
runs-on: ubuntu-latest
1514
outputs:
1615
sha1: ${{ steps.build.outputs.SHA1 }}

0 commit comments

Comments
 (0)