We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd04ae commit ea5eedcCopy full SHA for ea5eedc
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ${{ matrix.os }}
25
strategy:
26
matrix:
27
- os: [ ubuntu-latest, windows-latest ]
+ os: [ ubuntu-22.04, windows-latest ]
28
python: [ "3.11" ]
29
arch: [ "x64" ]
30
include:
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
ls -ahl dist
68
case ${{ matrix.os }} in
69
- ubuntu-latest)
+ ubuntu-22.04)
70
mv dist/SatsDecoder dist/SatsDecoder-linux
71
;;
72
windows-2019)
@@ -84,7 +84,7 @@ jobs:
84
path: dist/*
85
86
nightly-release:
87
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
88
needs: build
89
90
steps:
0 commit comments