Skip to content

Commit

Permalink
Ubuntu 18.04 image is no longer available; must switch to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Apr 4, 2023
1 parent 708056a commit 26308af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package_llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build-linux:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: install requirements
Expand Down

0 comments on commit 26308af

Please sign in to comment.