Skip to content

Commit 33185ee

Browse files
committed
run on older ubuntu
1 parent 1d4828e commit 33185ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-and-release:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v2
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install ldid
2828
run: |
2929
sudo apt-get update
30-
sudo apt-get install -y libssl-dev libplist-dev=2.2.0-3
30+
sudo apt-get install -y libssl-dev libplist-dev
3131
git clone https://github.com/sbingner/ldid.git
3232
make -C ldid
3333
sudo cp -f ./ldid/ldid /usr/local/bin/

0 commit comments

Comments
 (0)