Skip to content

Commit b428d09

Browse files
committed
feat: revert to previous build steps
1 parent 1d3b06a commit b428d09

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
args: '--target aarch64-apple-darwin'
1919
- platform: 'macos-latest'
2020
args: '--target x86_64-apple-darwin'
21-
- platform: 'ubuntu-latest'
22-
args: 'NO_STRIP=1'
23-
- platform: 'ubuntu-24.04-arm'
24-
args: 'NO_STRIP=1'
21+
- platform: 'ubuntu-22.04'
22+
args: ''
23+
- platform: 'ubuntu-22.04-arm'
24+
args: ''
2525
- platform: 'windows-latest'
2626
args: ''
2727

@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131

3232
- name: install dependencies (ubuntu only)
33-
if: startsWith(matrix.platform, 'ubuntu')
33+
if: startsWith(matrix.platform, 'ubuntu-22.04')
3434
run: |
3535
sudo apt-get update
3636
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
args: '--target aarch64-apple-darwin'
3333
- platform: 'macos-latest'
3434
args: '--target x86_64-apple-darwin'
35-
- platform: 'ubuntu-latest'
36-
args: 'NO_STRIP=1'
37-
- platform: 'ubuntu-24.04-arm'
38-
args: 'NO_STRIP=1'
35+
- platform: 'ubuntu-22.04'
36+
args: ''
37+
- platform: 'ubuntu-22.04-arm'
38+
args: ''
3939
- platform: 'windows-latest'
4040
args: ''
4141

@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v5
4545

4646
- name: install dependencies (ubuntu only)
47-
if: startsWith(matrix.platform, 'ubuntu')
47+
if: startsWith(matrix.platform, 'ubuntu-22.04')
4848
run: |
4949
sudo apt-get update
5050
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf

0 commit comments

Comments
 (0)