mirror of
https://github.com/go-i2p/go-gitlooseleaf.git
synced 2025-07-03 09:57:44 -04:00
Merge branch 'main' of github.com:go-i2p/go-gitlooseleaf
This commit is contained in:
2
.github/workflows/forgejo-build.yml
vendored
2
.github/workflows/forgejo-build.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
if: needs.check-release.outputs.should_build == 'true'
|
if: needs.check-release.outputs.should_build == 'true'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 120 # 2-hour timeout
|
timeout-minutes: 120 # 2-hour timeout
|
||||||
|
|
||||||
|
2
.github/workflows/forgejo-nightly.yml
vendored
2
.github/workflows/forgejo-nightly.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 120 # 2-hour timeout
|
timeout-minutes: 120 # 2-hour timeout
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user