Skip to content

Commit

Permalink
github actions deprecated ubuntu18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller committed Apr 4, 2023
1 parent 955f967 commit e22e26a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "Download result"
ls -l
md5sum *
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: pylon-installer
path: pylon-installer
Expand All @@ -68,7 +68,7 @@ jobs:
name: Build pylon ${{ matrix.py_version }} on ${{ matrix.os }}-x86_64
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: pylon-installer
path: pylon-installer
Expand Down Expand Up @@ -117,11 +117,11 @@ jobs:
os: [ubuntu18.04, ubuntu20.04, ubuntu22.04]
py_version: [7.2.1.25747, 7.1.0.25066, 6.2.0.21487 ]
fail-fast: false
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
name: Build pylon ${{ matrix.py_version }} on ${{ matrix.os }}-aarch64
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: pylon-installer
path: pylon-installer
Expand Down Expand Up @@ -194,15 +194,15 @@ jobs:
needs: prepare
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04]
py_version: [7.2.1.25747, 7.1.0.25066, 6.3.0.23157 ]
fail-fast: false
runs-on: ${{ matrix.os }}
name: Build pylon ${{ matrix.py_version }} on ${{ matrix.os }}-x64
steps:
- uses: actions/checkout@v3

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: pylon-installer
path: pylon-installer
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
]
runs-on: ubuntu-latest
steps:
- uses: geekyeggo/delete-artifact@v1
- uses: geekyeggo/delete-artifact@v2
continue-on-error: true
with:
name: pylon-installer
Expand Down

0 comments on commit e22e26a

Please sign in to comment.