Skip to content

Commit 85941a3

Browse files
committed
tweaks after repo transfer
1 parent e49a142 commit 85941a3

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test:
99
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
10-
runs-on: ${{ matrix.os }}
10+
runs-on: [self-hosted]
1111
strategy:
1212
fail-fast: false
1313
matrix:
@@ -19,18 +19,6 @@ jobs:
1919
- ubuntu-latest
2020
arch:
2121
- x64
22-
- x86
23-
include:
24-
# test macOS and Windows with latest Julia only
25-
- os: macOS-latest
26-
arch: x64
27-
version: 1
28-
- os: windows-latest
29-
arch: x64
30-
version: 1
31-
- os: windows-latest
32-
arch: x86
33-
version: 1
3422
steps:
3523
- uses: actions/checkout@v2
3624
- uses: julia-actions/setup-julia@v1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OpenAPI
22

3-
[![Build Status](https://github.com/tanmaykm/OpenAPI.jl/workflows/CI/badge.svg)](https://github.com/tanmaykm/OpenAPI.jl/actions?query=workflow%3ACI+branch%3Amaster)
4-
[![codecov.io](http://codecov.io/github/tanmaykm/OpenAPI.jl/coverage.svg?branch=master)](http://codecov.io/github/tanmaykm/OpenAPI.jl?branch=master)
3+
[![Build Status](https://github.com/JuliaComputing/OpenAPI.jl/workflows/CI/badge.svg)](https://github.com/JuliaComputing/OpenAPI.jl/actions?query=workflow%3ACI+branch%3Amaster)
4+
[![codecov.io](http://codecov.io/github/JuliaComputing/OpenAPI.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaComputing/OpenAPI.jl?branch=master)
55

66
This is the Julia library needed with code generated by the [OpenAPI generator](https://openapi-generator.tech/).
77

@@ -165,4 +165,4 @@ Not all OpenAPI features are supported yet, e.g.:
165165

166166
There could be more unsupported features than what is listed above.
167167

168-
This is currently a beta version. It requires the Julia code generator hosted in [this forked branch](https://github.com/tanmaykm/openapi-generator/tree/tan/juliacodegen) of the OpenAPI code generator. The plan is to submit it for inclusion in the upstream repo soon.
168+
This is currently a beta version. It requires the Julia code generator hosted in [this forked branch](https://github.com/JuliaComputing/openapi-generator/tree/juliahub/juliacodegen) of the OpenAPI code generator. The plan is to submit it for inclusion in the upstream repo soon.

0 commit comments

Comments
 (0)