Skip to content

Commit 1f2891e

Browse files
committed
TST: replace deprecated ubuntu image with ubuntu-latest
1 parent e25f957 commit 1f2891e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build_pure:
99
name: Test action (pure wheel)
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
2020
test_command: pytest --pyargs test_package
2121
build_non_pure:
2222
name: Test action (not pure wheel)
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424

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

0 commit comments

Comments
 (0)