Skip to content

Commit

Permalink
feat: pinning ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ani1357 committed Nov 19, 2024
1 parent c3b004f commit 57e4384
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
build-test-push-release:
if: "((contains(github.event.head_commit.message, 'chore(release)') && github.ref == 'refs/heads/main') || !contains(github.event.head_commit.message, 'chore(release)')) && !contains(github.event.head_commit.message, 'ci skip') && !startsWith(github.ref, 'refs/tags/')"
runs-on: ubuntu-22.04
container:
image: linode/apl-tools:v2.8.2
options: --user 0 # See https://docs.github.com/en/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions#user
steps:
- name: Set env
run: |
Expand Down

0 comments on commit 57e4384

Please sign in to comment.