Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit ebf2a68

Browse files
committed
try switching to ubuntu-latest gh runner to fix gh action
1 parent a0bb600 commit ebf2a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
name: Releasing zinit
1212
# we use 18.04 to be compatible with libc version on zos
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v2

0 commit comments

Comments
 (0)