Skip to content

Commit

Permalink
Pin ubuntu-22 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Dec 11, 2024
1 parent eced0ab commit bb4703b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-lang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
permissions:
contents: write
issues: write
runs-on: ubuntu-latest
runs-on: ubuntu-22
if: github.event.label.name == 'new language'
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
jekyll_site_ci:
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: ubuntu-22
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build_and_deploy_site:
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: ubuntu-22
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
needs: build_and_deploy_site
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: ubuntu-22
steps:
- uses: actions/checkout@v4
- name: ${{ github.sha }} update from release
Expand Down

0 comments on commit bb4703b

Please sign in to comment.