Skip to content

Commit

Permalink
Bump Ubuntu docker image to 22.04 for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Aug 17, 2023
1 parent 8f37e22 commit 3ed5fe7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python: [ 3.8, 3.9, "3.10", "3.11" ]
os: [ ubuntu-20.04 ]
os: [ ubuntu-22.04 ]
compiler: [gcc, clang10]
rust: [1.62.1]
defaults:
Expand Down Expand Up @@ -59,15 +59,15 @@ jobs:
run: |
dpkg -S llvm-config
- name: Set LLVM_CONFIG on 20.04
if: matrix.os == 'ubuntu-20.04'
- name: Set LLVM_CONFIG on 22.04
if: matrix.os == 'ubuntu-22.04'
run: |
echo "LLVM_CONFIG=/usr/bin/llvm-config-10" >> $GITHUB_ENV
- name: Set LLVM_CONFIG on 18.04
if: matrix.os == 'ubuntu-18.04'
run: |
echo "LLVM_CONFIG=/usr/lib/llvm-9/bin/llvm-config" >> $GITHUB_ENV
# - name: Set LLVM_CONFIG on 18.04
# if: matrix.os == 'ubuntu-18.04'
# run: |
# echo "LLVM_CONFIG=/usr/lib/llvm-9/bin/llvm-config" >> $GITHUB_ENV

- name: Python version
run: |
Expand Down

0 comments on commit 3ed5fe7

Please sign in to comment.