We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f269f commit b0776f7Copy full SHA for b0776f7
2 files changed
.github/workflows/linux.yml
@@ -12,6 +12,7 @@ jobs:
12
- centos-7
13
- almalinux-8
14
runs-on: ubuntu-latest
15
+ timeout-minutes: 5
16
steps:
17
- uses: actions/checkout@v4
18
- name: Install XMLua
.github/workflows/macos.yml
@@ -8,6 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
runs-on: macos-latest
11
0 commit comments