Skip to content

Commit

Permalink
fixed ubuntu runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Mar 22, 2024
1 parent a1d4db1 commit 73fcc2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/holochain-binaries-manually.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-2019, macos-11, ubuntu-20.04]
platform: [windows-2019, macos-11, ubuntu-22.04]
permissions:
contents: write
runs-on: ${{ matrix.platform }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lair-binaries-manually.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-2019, macos-11, ubuntu-20.04]
platform: [windows-2019, macos-11, ubuntu-22.04]
permissions:
contents: write
runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
gh release upload "${GITHUB_REF#refs/tags/}" "lair-keystore-v$LAIR_VERSION-x86_64-apple-darwin"
- name: setup binaries (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-22.04'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 73fcc2f

Please sign in to comment.