Skip to content

Commit 512c1a3

Browse files
authored
Merge pull request #79 from Starou/upgrade_vagrantbox_debian12
Upgrade vagrantbox debian12
2 parents 2d4f4fe + f017c3c commit 512c1a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/runtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
test:
1212
runs-on: ubuntu-latest
1313
strategy:
14-
max-parallel: 4
14+
max-parallel: 2
1515
matrix:
16-
python-version: [3.7, 3.8]
16+
python-version: [3.9, 3.11]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python-version }}

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Vagrant.configure(2) do |config|
55
config.vm.define "simpleidml", primary: true do |simpleidml|
6-
simpleidml.vm.box = "ubuntu/bionic64"
6+
simpleidml.vm.box = "bento/debian-12.6"
77
simpleidml.vm.hostname = "simpleidml"
88

99
simpleidml.vm.provider "virtualbox" do |vb|

0 commit comments

Comments
 (0)