Skip to content

Commit

Permalink
do it on ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
mholtzman committed Jan 29, 2025
1 parent 66635a3 commit ecbaf9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
create_draft_release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
# include:
# - os: macos-13
# cert_key: APPLE_DEVELOPER_SIGNING_CERTIFICATE
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
node-version: 18.12.1
cache: 'npm'
- name: install Linux dev tools
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-22.04'
run: |
sudo apt update -y
sudo apt install -y libudev-dev
Expand Down

0 comments on commit ecbaf9e

Please sign in to comment.