ci: ubuntu-latest is A/B testing with ubuntu-22.04 need to pin (#73)

This commit is contained in:
Tyler Wilding 2022-11-29 23:31:29 -05:00 committed by GitHub
parent 807229c619
commit 318440b18a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
platform: [ubuntu-latest, windows-latest] platform: [ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps:
@ -40,7 +40,7 @@ jobs:
workspaces: src-tauri workspaces: src-tauri
- name: Install Linux Dependencies - name: Install Linux Dependencies
if: matrix.platform == 'ubuntu-latest' if: matrix.platform == 'ubuntu-20.04'
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev libglew2.1 patchelf sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev libglew2.1 patchelf

View file

@ -12,7 +12,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- platform: ubuntu-latest - platform: ubuntu-20.04
os: linux os: linux
- platform: windows-latest - platform: windows-latest
os: windows os: windows
@ -41,7 +41,7 @@ jobs:
workspaces: src-tauri workspaces: src-tauri
- name: Install Linux Dependencies - name: Install Linux Dependencies
if: matrix.platform == 'ubuntu-latest' if: matrix.platform == 'ubuntu-20.04'
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev libglew2.1 patchelf sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev libglew2.1 patchelf