Skip to content

Commit 00bafc1

Browse files
authored
Update OS version in GitHub Actions workflow
1 parent 8bd0a58 commit 00bafc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [ubuntu-20.04]
23+
os: [ubuntu-latest]
2424

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

0 commit comments

Comments
 (0)