Skip to content

Commit 06a9b11

Browse files
committed
using 20.04
1 parent 3745ea8 commit 06a9b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-latest, macos-latest]
17+
os: [ubuntu-latest]
1818
defaults:
1919
run:
2020
shell: bash -l {0}
2121
container:
22-
image: ubuntu:24.04
22+
image: ubuntu:20.04
2323
steps:
2424
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
2525
with:

0 commit comments

Comments
 (0)