Skip to content

Commit 1e61796

Browse files
authored
Use ubuntu-latest
1 parent ffc40b6 commit 1e61796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
permissions:
109109
contents: read
110110
id-token: write
111-
runs-on: ${{ case(env.build-on == 'local', 'ubuntu-latest', 'ubuntu-slim') }}
111+
runs-on: ubuntu-latest
112112
timeout-minutes: 45
113113

114114
steps:

0 commit comments

Comments
 (0)