Skip to content

Commit

Permalink
CI: Ubuntu-latest -> 20.04 (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Jan 27, 2021
1 parent ee435f1 commit a54fdb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: [push, pull_request]
jobs:
style:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# intel-basekit intel-hpckit are too large in size
build_icc:
name: oneAPI ICC SP&DP [Linux]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: install dependencies
Expand Down

0 comments on commit a54fdb4

Please sign in to comment.