Skip to content

Commit ecbaf9e

Browse files
committed
do it on ubuntu 22
1 parent 66635a3 commit ecbaf9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
create_draft_release:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os:
40-
- ubuntu-latest
40+
- ubuntu-22.04
4141
# include:
4242
# - os: macos-13
4343
# cert_key: APPLE_DEVELOPER_SIGNING_CERTIFICATE
@@ -65,7 +65,7 @@ jobs:
6565
node-version: 18.12.1
6666
cache: 'npm'
6767
- name: install Linux dev tools
68-
if: matrix.os == 'ubuntu-latest'
68+
if: matrix.os == 'ubuntu-22.04'
6969
run: |
7070
sudo apt update -y
7171
sudo apt install -y libudev-dev

0 commit comments

Comments
 (0)