Skip to content

Commit

Permalink
chore: Use ubuntu-latest instead of ubuntu-22.04 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 13, 2023
1 parent c571bb9 commit 5c9af3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
setup-moonbit:
strategy:
matrix:
os: [windows-latest, ubuntu-22.04, macos-latest]
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
name: Setup MoonBit@${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
setup-moonbit:
strategy:
matrix:
os: [windows-latest, ubuntu-22.04, macos-latest]
os: [windows-latest, ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}
name: Setup MoonBit@${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
setup-moonbit:
strategy:
matrix:
os: [windows-latest, ubuntu-22.04, macos-latest]
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
name: Setup MoonBit@${{ matrix.os }}
steps:
Expand Down

0 comments on commit 5c9af3a

Please sign in to comment.