Skip to content

Commit a1433a5

Browse files
authored
Fix packaging CI (#94)
Closes FerretDB/FerretDB#5379.
2 parents 8690ab4 + ba6b7aa commit a1433a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ferretdb_packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
pg: 15
8686
# TODO https://github.com/microsoft/documentdb/issues/259
8787
- arch: arm64
88-
package: rhel8
88+
os: rhel8
8989
- arch: arm64
90-
package: rhel9
90+
os: rhel9
9191

9292
name: .${{ matrix.package }} (${{ matrix.os }}, ${{ matrix.arch }}, Pg${{ matrix.pg }})
9393
runs-on: ${{ matrix.runner }}

0 commit comments

Comments
 (0)