Skip to content

Commit ea5eedc

Browse files
committed
change build to ubuntu-22.04
1 parent dbd04ae commit ea5eedc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
27-
os: [ ubuntu-latest, windows-latest ]
27+
os: [ ubuntu-22.04, windows-latest ]
2828
python: [ "3.11" ]
2929
arch: [ "x64" ]
3030
include:
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
ls -ahl dist
6868
case ${{ matrix.os }} in
69-
ubuntu-latest)
69+
ubuntu-22.04)
7070
mv dist/SatsDecoder dist/SatsDecoder-linux
7171
;;
7272
windows-2019)
@@ -84,7 +84,7 @@ jobs:
8484
path: dist/*
8585

8686
nightly-release:
87-
runs-on: ubuntu-latest
87+
runs-on: ubuntu-22.04
8888
needs: build
8989

9090
steps:

0 commit comments

Comments
 (0)