Skip to content

Commit fec6cd0

Browse files
committed
fix
1 parent 24aac8d commit fec6cd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jobs:
7474
test-cfg:
7575
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/release**'
7676
name: CGDFG, Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
77-
runs-on: ubuntu-latest
78-
runs-on: ${{ matrix.os }}
77+
runs-on: ${{ matrix.os }}
7978
env:
8079
JULIA_PKG_SERVER: ""
8180
strategy:

0 commit comments

Comments
 (0)