Skip to content

Commit 7b2d891

Browse files
authored
Merge pull request #257 from JuliaGPU/jps/gha-ci-1.7
CI: Switch GHA to 1.7 release
2 parents 63cca7e + 6ba11f8 commit 7b2d891

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-julia-1.7-nightly.yml .github/workflows/ci-julia-1.7.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI (Julia 1.7-nightly)
1+
name: CI (Julia 1.7)
22
on:
33
push:
44
branches:
@@ -9,14 +9,14 @@ defaults:
99
run:
1010
shell: bash
1111
jobs:
12-
CI-julia-1-7-nightly:
13-
name: CI-julia-1-7-nightly
12+
CI-julia-1-7:
13+
name: CI-julia-1-7
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
fail-fast: false
1717
matrix:
1818
version:
19-
- '1.7-nightly'
19+
- '1.7'
2020
os:
2121
- ubuntu-latest
2222
- macOS-latest

0 commit comments

Comments
 (0)