We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286b031 commit 30d8e95Copy full SHA for 30d8e95
.github/workflows/build-binaries.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- os: [windows-2022, macos-11, ubuntu-20.04]
+ os: [windows-latest, macos-latest, ubuntu-latest]
21
env:
22
SIGNAL_ENV: production
23
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments