Skip to content

Commit ae6ab0d

Browse files
chore[ci]: update ubuntu image for build job (vyperlang#4473)
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.
1 parent ebd1c41 commit ae6ab0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
os: [ubuntu-20.04, macos-latest]
24+
os: [ubuntu-latest, macos-latest]
2525

2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)