Skip to content

Commit

Permalink
ci: update build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Jul 9, 2024
1 parent 82d3513 commit 4341efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_dict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ permissions:
jobs:
build-and-publish:
if: (contains(github.event_name, 'schedule') || !contains(github.event.commits[0].message, 'ci ckip'))
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
persist-credentials: false
Expand All @@ -28,7 +28,7 @@ jobs:
docker run -v $GITHUB_WORKSPACE/artifacts:/artifacts -v $GITHUB_WORKSPACE/toolkit:/toolkit archlinux:base-devel bash /toolkit/utils/build.sh
- name: Checkout profile
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
persist-credentials: false
Expand Down

0 comments on commit 4341efd

Please sign in to comment.