Skip to content

Commit ae5b2ff

Browse files
committed
cicd: Update runners to latest, bump version
1 parent 7f1a221 commit ae5b2ff

6 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
auto-pr:
1010
name: Automated Master Branch PR
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
permissions:
1313
contents: write
1414
packages: write

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Repo Build
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read
1515
packages: write
@@ -109,7 +109,7 @@ jobs:
109109
path: ./deb.tar.gz
110110
release:
111111
name: Create Release
112-
runs-on: ubuntu-20.04
112+
runs-on: ubuntu-latest
113113
needs: [build]
114114
permissions:
115115
contents: write

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# isolate signing & repo cloning from docker image
1010
auto-pr:
1111
name: Automated Master Branch PR
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-latest
1313
permissions:
1414
contents: write
1515
packages: write

.github/workflows/spam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# isolate signing & repo cloning from docker image
99
setup:
1010
name: Verify PR validity
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
permissions:
1313
contents: write
1414
packages: write

RELEASE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
Features:
22

3-
- KIP-87 (commit: a0c64a8d077df4c9b487509aad5cc3bb8a672f33)
4-
- cidi refactor
3+
- cidi: Update version of runners to latest

types/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
package types
1+
package types
22

33
const (
44
// we set page iteration limit for safety
55
PageIterationLimit = 512
6-
SekaiVersion = "v0.4.6"
6+
SekaiVersion = "v0.4.7"
77
CosmosVersion = "v0.47.6"
88
)

0 commit comments

Comments
 (0)