Skip to content

Commit e72c7cb

Browse files
committed
Fix release script
1 parent 052b33e commit e72c7cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99

10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111

1212
env:
1313
CF_API_KEY: ${{ secrets.CF_API_KEY }}

.github/workflows/tocBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313

1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)