We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c2acc commit fe1961aCopy full SHA for fe1961a
.github/workflows/pr-testing.yml
@@ -84,6 +84,10 @@ jobs:
84
85
build:
86
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
91
runs-on: ubuntu-22.04
92
strategy:
93
fail-fast: false
0 commit comments