Skip to content

Commit

Permalink
Use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Nov 3, 2023
1 parent fe714c6 commit d2b52ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-latest
toolchain: stable
- os: [self-hosted, linux, arm64]
rustflags: --cfg=aes_armv8
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- if: matrix.os == 'ubuntu-20.04'
- if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libpocl2 mesa-opencl-icd ocl-icd-opencl-dev pocl-opencl-icd
name: Install dependencies for testing openCL
- if: matrix.os == 'windows-2019'
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install opencl
run: sudo apt-get install -y libpocl2 mesa-opencl-icd ocl-icd-opencl-dev
run: sudo apt-get install -y libpocl2 mesa-opencl-icd ocl-icd-opencl-dev pocl-opencl-icd
- uses: actions/checkout@v3
with:
submodules: true
Expand Down

0 comments on commit d2b52ab

Please sign in to comment.