Skip to content

Commit 9378850

Browse files
authored
chore(ci): use fedora:33 instead of fedora:latest (#14)
Apparently F34 became `latest` couple hours ago and thus Darwin builds fail now.
1 parent 8c13253 commit 9378850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
goreleaser:
1010
runs-on: ubuntu-latest
11-
container: fedora:latest
11+
container: fedora:33
1212

1313
steps:
1414
- name: Install dependencies

0 commit comments

Comments
 (0)