Skip to content

Commit bb4703b

Browse files
committed
Pin ubuntu-22 for CI
1 parent eced0ab commit bb4703b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/add-lang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
permissions:
88
contents: write
99
issues: write
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22
1111
if: github.event.label.name == 'new language'
1212
steps:
1313

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
jekyll_site_ci:
1212
permissions:
1313
contents: write
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22
1515
steps:
1616
- uses: actions/checkout@v4
1717

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build_and_deploy_site:
88
permissions:
99
contents: write
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22
1111
steps:
1212
- uses: actions/checkout@v4
1313

@@ -107,7 +107,7 @@ jobs:
107107
needs: build_and_deploy_site
108108
permissions:
109109
contents: write
110-
runs-on: ubuntu-latest
110+
runs-on: ubuntu-22
111111
steps:
112112
- uses: actions/checkout@v4
113113
- name: ${{ github.sha }} update from release

0 commit comments

Comments
 (0)