mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
lock down Ubuntu version for main CI
Main CI tests have just started failing, perhaps as ubuntu-latest migrates to a new version.
This commit is contained in:
parent
4b8f10fc12
commit
4668e41646
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
# it is helpful to know which sets of tests would have succeeded,
|
# it is helpful to know which sets of tests would have succeeded,
|
||||||
# even when there is a failure.
|
# even when there is a failure.
|
||||||
@ -167,7 +167,7 @@ jobs:
|
|||||||
candidate:
|
candidate:
|
||||||
needs: build_and_test
|
needs: build_and_test
|
||||||
if: ${{ success() && github.event_name == 'push' }}
|
if: ${{ success() && github.event_name == 'push' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch new candidate branch
|
- name: Fetch new candidate branch
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user