We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f3112 commit ac2c802Copy full SHA for ac2c802
.github/workflows/gem-compile.yml
@@ -14,7 +14,7 @@ jobs:
14
name: "Cross compile the gem on different ruby versions"
15
strategy:
16
matrix:
17
- os: ["ubuntu-latest"]
+ os: ["ubuntu-22.04"]
18
runs-on: "${{ matrix.os }}"
19
steps:
20
- name: "Install gperf"
0 commit comments