Skip to content

Commit

Permalink
Merge branch 'master' into feat/librascal
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm authored Mar 4, 2021
2 parents a9dcc80 + cb87456 commit 7ca0b3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version: [3.8.5]
os: ["ubuntu-latest"]
os: ["ubuntu-18.04"]

runs-on: "${{ matrix.os }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:

lint:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_and_regtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
python-version: [3.8.5]
os: ["ubuntu-latest"]
os: ["ubuntu-18.04"]

runs-on: "${{ matrix.os }}"

Expand Down

0 comments on commit 7ca0b3d

Please sign in to comment.