Skip to content

Commit 867e2ef

Browse files
authored
Merge pull request #87 from JuliaReach/schillic/CI
Use `ubuntu-latest` for CI tests
2 parents 6d3822f + a750ecb commit 867e2ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version:
2424
- '1'
2525
os:
26-
- ubuntu-slim
26+
- ubuntu-latest
2727
arch:
2828
- x64
2929
env:

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version:
2222
- '1'
2323
os:
24-
- ubuntu-slim
24+
- ubuntu-latest
2525
arch:
2626
- x64
2727
include:

0 commit comments

Comments
 (0)