Skip to content

Commit

Permalink
Remove references to Ubuntu 18.04 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Tao Lu <[email protected]>
  • Loading branch information
yeetfield and Tao Lu authored Jul 19, 2023
1 parent 226687a commit 3827eda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-18.04
- os: ubuntu-22.04
asset: ozy-Linux-x86_64
- os: macos-12
asset: ozy-Darwin-x86_64
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

upload:
needs: [ build ]
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

upload:
needs: [ build ]
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion rozy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3827eda

Please sign in to comment.