Skip to content

Commit b74f06d

Browse files
committed
Update for 1.21
1 parent 62cff5d commit b74f06d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
version: ['1.21rc1']
10+
version: ['1.21']
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Build
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: macos-latest
2323
strategy:
2424
matrix:
25-
version: ['1.21rc1']
25+
version: ['1.21']
2626
steps:
2727
- uses: actions/checkout@v3
2828
- name: Build
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: windows-latest
3838
strategy:
3939
matrix:
40-
version: ['1.21rc1']
40+
version: ['1.21']
4141
steps:
4242
- uses: actions/checkout@v3
4343
- uses: conda-incubator/setup-miniconda@v2

otconda/construct.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: otconda
2-
version: '1.21rc1'
2+
version: '1.21'
33

44
channels:
55
- conda-forge

0 commit comments

Comments
 (0)