Skip to content

Commit 74d2971

Browse files
authored
Merge pull request #350 from neuroglia-io/main
Replaced deprecated use of Ubuntu 18 by Windows in the versioning CI/CD
2 parents bb4d95b + f0d1138 commit 74d2971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
increment-version:
8-
runs-on: ubuntu-18.04
8+
runs-on: windows-latest
99

1010
steps:
1111
- name: Checkout

0 commit comments

Comments
 (0)