Skip to content

Commit a5bbaa7

Browse files
committed
why is building harder than the language itself
1 parent b544194 commit a5bbaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: [ubuntu-20.04, windows-2019, macos-11]
22+
os: [ubuntu-latest, windows-latest, macos-latest]
2323

2424
steps:
2525
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)