- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for MACOS (0.01 sec)
-
maven.yml
en L3: L4:name: Java CI with Maven L5: L6:on: L7: push: L8: branches: L9: - master L10: - "*.x" L11: pull_request: L12: branches: L13: - master L14: - "*.x" L15: workflow_dispatch: L16: L17:jobs: L18: build: L19: runs-on: macos-14 L20: timeout-minutes: 15 L21: steps: L22: - uses: actions/checkout@v4 L23: - name: Set up JDK 21 L24: uses: actions/setup-java@v4 L25: with: L26: java-version: '21' L27: distribution: 'temurin' L28: - uses:...github.com/codelibs/fess/.github/workflows/mave...Sat Feb 10 11:19:11 UTC 2024 1.1K bytes -
codeql.yml
-resources L28: # - https://gh.io/using-larger-runners (GitHub.com only) L29: # Consider using larger runners or machines with greater resources for possible analysis time improvements. L30: runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} L31: timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} L32: permissions: L33: # required for all workflows L34: security-events: write L35: L36: # required to fetch internal or private...github.com/codelibs/fess/.github/workflows/code...Wed Aug 14 23:51:19 UTC 2024 4.4K bytes