Skip to content

Commit

Permalink
[CI] Upgrade ubuntu runner image to ubuntu-24.04 (#787)
Browse files Browse the repository at this point in the history
* upgrade ubuntu runner image to ubuntu-24.04
  • Loading branch information
mshr-h authored Aug 5, 2024
1 parent 94d49f8 commit 2e9b3a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
os: [ubuntu-24.04, macos-12, windows-2022]
python-version: ['3.9', '3.10', '3.11']
env:
TVM_VERSION_TAG: v0.17.0
PYTORCH_VERSION: 2.2.0
LLVM_VERSION: 14
LLVM_VERSION: 18

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install LLVM if Ubuntu
if: ${{ startsWith(matrix.os, 'ubuntu')}}
run: |
sudo apt install llvm-${{ env.LLVM_VERSION }}-dev
sudo apt install llvm-${{ env.LLVM_VERSION }}-dev libpolly-${{ env.LLVM_VERSION }}-dev
- name: Install LLVM if Mac
if: ${{ startsWith(matrix.os, 'macos')}}
run: |
Expand Down

0 comments on commit 2e9b3a7

Please sign in to comment.