Skip to content

Commit

Permalink
chore[ci]: update ubuntu image for build job (#4473)
Browse files Browse the repository at this point in the history
per actions/runner-images#11101, the
ubuntu-20.04 image will start to be phased out next month. update the
image to `ubuntu-latest` so we don't have to manually update anymore.
  • Loading branch information
charles-cooper authored Feb 11, 2025
1 parent ebd1c41 commit ae6ab0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest]
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ae6ab0d

Please sign in to comment.