Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
switched to newer action runner image ubuntu-22.04, because ubuntu-20.04 is deprecated
  • Loading branch information
nevrome authored Feb 12, 2025
1 parent 64b586d commit 1e20dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macOS-13, macOS-14, windows-latest]
os: [ubuntu-22.04, macOS-13, macOS-14, windows-latest]

steps:
- name: Check out code
Expand Down Expand Up @@ -109,4 +109,4 @@ jobs:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: trident-conda-linux
artifactContentType: application/octet-stream
artifactContentType: application/octet-stream

0 comments on commit 1e20dec

Please sign in to comment.