Skip to content

Commit

Permalink
Update release.yaml
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 b64c96e commit 0e9e2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
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

0 comments on commit 0e9e2e0

Please sign in to comment.