Skip to content

Commit

Permalink
Merge pull request #1834 from alicevision/ci/upgradeGithubActionRules
Browse files Browse the repository at this point in the history
[ci] upgrade github actions rules
  • Loading branch information
fabiencastan authored Nov 30, 2022
2 parents 8e9128b + c96c1fa commit 13646df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [2.7, 3.8]
python-version: [2.7.18, 3.8.14]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 13646df

Please sign in to comment.