File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,8 @@ jobs:
148148 TOXENV : ${{ matrix.toxenv }}
149149
150150 runs-on : ${{ matrix.os }}
151- timeout-minutes : 180
151+ # macOS machines can be slow, if overloaded.
152+ timeout-minutes : 360
152153
153154 steps :
154155 - uses : actions/checkout@v4
@@ -450,7 +451,7 @@ jobs:
450451 if : startsWith(github.ref, 'refs/tags/') && matrix.do_binaries
451452 uses : actions/upload-artifact@v4
452453 with :
453- name : ${{ matrix.os }}-${{ matrix.version }}-dist
454+ name : ${{ matrix.artifact_prefix }}
454455 path : artifacts/*
455456 if-no-files-found : ignore
456457
Original file line number Diff line number Diff line change @@ -37,17 +37,13 @@ borg-linux-glibc235-arm64-gh Linux ARM (built on Ubuntu 22.04 LTS with glibc 2.
3737borg-macos-14-arm64-gh macOS Apple Silicon (built on macOS 14 w/o FUSE support)
3838borg-macos-13-x86_64-gh macOS Intel (built on macOS 13 w/o FUSE support)
3939
40+ borg-freebsd-14-x86_64-gh FreeBSD AMD/Intel (built on FreeBSD 14)
4041
4142Binaries built locally
4243~~~~~~~~~~~~~~~~~~~~~~
4344
44- borg-linux-glibc241-x86_64 Linux (built on Debian 13 "Trixie" with glibc 2.41)
45- borg-linux-glibc236-x86_64 Linux (built on Debian 12 "Bookworm" with glibc 2.36)
4645borg-linux-glibc231-x86_64 Linux (built on Debian 11 "Bullseye" with glibc 2.31)
4746
48- borg-freebsd-13-x86_64 FreeBSD (built on FreeBSD 13)
49- borg-freebsd-14-x86_64 FreeBSD (built on FreeBSD 14)
50-
5147Note: if you don't find a specific binary here, check release 1.4.1 or 1.2.9.
5248
5349
You can’t perform that action at this time.
0 commit comments