Skip to content

Commit a5ff360

Browse files
committed
Update unit-tests image
1 parent d0c2afd commit a5ff360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
build_test:
2222
strategy:
2323
matrix:
24-
os: ["ubuntu-20.04", "macos-11"]
24+
os: ["ubuntu-latest", "macos-latest"
2525

2626
runs-on: ${{ matrix.os }}
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- name: Set up Python 3.8
3131
uses: actions/setup-python@v4
3232
with:

0 commit comments

Comments
 (0)