Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
retention-days: 7

build_linux_cpp:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
retention-days: 7

build_linux_fortran:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
retention-days: 7

build_linux_dpcpp:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
retention-days: 7

build_linux_aitools:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand All @@ -273,7 +273,7 @@ jobs:
retention-days: 7

build_linux_apt_cpp:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand All @@ -300,7 +300,7 @@ jobs:
run: scripts/cache_exclude_linux.sh

build_linux_apt_fortran:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand All @@ -327,7 +327,7 @@ jobs:
run: scripts/cache_exclude_linux.sh

build_linux_apt_dpcpp:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
run: scripts/cache_exclude_linux.sh

build_linux_dnf_cpp:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: fedora:37
defaults:
run:
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
run: scripts/cache_exclude_linux.sh

build_linux_dnf_fortran:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: fedora:37
defaults:
run:
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
run: scripts/cache_exclude_linux.sh

build_linux_dnf_dpcpp:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: fedora:37
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: [push, pull_request]

jobs:
checks:
runs-on: Ubuntu-20.04
runs-on: Ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/list_components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: doc/source/${{ github.workflow }}/${{ github.job }}_*

linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand All @@ -61,7 +61,7 @@ jobs:
path: doc/source/${{ github.workflow }}/${{ github.job }}_*

linux_aitools:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand All @@ -79,7 +79,7 @@ jobs:
path: doc/source/${{ github.workflow }}/${{ github.job }}*

linux_apt:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand All @@ -100,7 +100,7 @@ jobs:
path: doc/source/${{ github.workflow }}/${{ github.job }}.txt

linux_yum_dnf:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: fedora:37
defaults:
run:
Expand All @@ -122,7 +122,7 @@ jobs:
path: doc/source/${{ github.workflow }}/${{ github.job }}.txt

publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
pull-requests: write
pages: write
Expand Down
Loading