Skip to content

Commit

Permalink
pin CI image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Dec 19, 2024
1 parent 3bbb2d6 commit e498033
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release-notes:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

if: github.repository_owner == 'visgl'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test-node:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
check_branch:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
should_deploy: ${{ endsWith(github.ref, steps.get_version.outputs.latest) }}

Expand All @@ -21,7 +21,7 @@ jobs:
echo "latest=${LATEST}-release" >> "$GITHUB_OUTPUT"
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: check_branch

permissions:
Expand Down

0 comments on commit e498033

Please sign in to comment.