Skip to content

Commit

Permalink
Pin Ubuntu version to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-orciuolo authored Feb 1, 2024
1 parent b2a2c3a commit 08cfc72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
outputs:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
needs: build
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Submit build artifact to CKB
uses: dkershner6/post-api-call-action@v2
Expand Down

0 comments on commit 08cfc72

Please sign in to comment.