Skip to content

Commit 48e5a67

Browse files
rwaffenbastelfreak
authored andcommitted
fix: add comments to clarify RPM version compatibility in build job
1 parent 7b54a9c commit 48e5a67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ jobs:
8484

8585
build:
8686
name: build openvox-server - Java ${{ matrix.java }} Ruby ${{ matrix.ruby }}
87+
# https://rpm.org/releases/4.18.2
88+
# https://github.com/actions/runner-images?tab=readme-ov-file
89+
# rpm in 22 is version 4.17.x and allows our macros
90+
# rpm in 24 is version 4.18.x and does not allow our rpmversion macro
8791
runs-on: ubuntu-22.04
8892
strategy:
8993
fail-fast: false

0 commit comments

Comments
 (0)