Skip to content

Commit

Permalink
ubuntu-20.04 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
rinarakaki committed Feb 24, 2025
1 parent 4036ea0 commit 5d1f499
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 @@ -17,7 +17,7 @@ jobs:
CT2_VERBOSE: 1
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-latest]
backend: [mkl, dnnl]

steps:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
build-and-test-cpp-aarch64:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
CT2_VERBOSE: 1
strategy:
Expand Down Expand Up @@ -132,10 +132,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
os: [ubuntu-latest, windows-2019]
arch: [auto64]
include:
- os: ubuntu-20.04
- os: ubuntu-latest
arch: aarch64
- os: macos-13
arch: arm64
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
os: [ubuntu-latest, windows-2019]

steps:
- name: Set up Python 3.9
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
publish-python-wheels-on-pypi:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs: [build-and-test-cpp-x86_64, build-python-wheels, test-python-wheels, check-python-style]
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Download Python wheels
Expand All @@ -274,7 +274,7 @@ jobs:


build-and-push-docker-images:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5d1f499

Please sign in to comment.