forked from organicmaps/organicmaps
Update linux-check.yaml
Signed-off-by: Raghaddahi <raghaddahi27@gmail.com>
This commit is contained in:
parent
2b1f9d37fc
commit
4180c15333
1 changed files with 3 additions and 2 deletions
5
.github/workflows/linux-check.yaml
vendored
5
.github/workflows/linux-check.yaml
vendored
|
@ -48,8 +48,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 100 # enough to get all commits for the current day
|
||||
|
||||
- name: Set up environment and mock files
|
||||
- name: Set up environment and mock files
|
||||
run: ./setup-mock-files.sh
|
||||
|
||||
|
||||
- name: Parallel submodules checkout
|
||||
shell: bash
|
||||
|
@ -98,7 +99,7 @@ jobs:
|
|||
|
||||
linux-matrix:
|
||||
name: Linux builds and tests
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Reference in a new issue