Skip to content

Commit

Permalink
Fix outdated runners
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Oct 17, 2024
1 parent deebeb9 commit fa686d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
matrix:
nodeVersion: [18, 20]
arch: [x64]
os: [macos-11, windows-2019, ubuntu-22.04]
os: [macos-latest, windows-latest, ubuntu-latest]
include:
- os: macos-11
- os: macos-latest
friendlyName: macOS
- os: windows-2019
- os: windows-latest
friendlyName: Windows
- os: windows-2019
friendlyName: Windows
nodeVersion: 18
arch: x86
npm_config_arch: ia32
- os: ubuntu-22.04
- os: ubuntu-latest
friendlyName: Linux
timeout-minutes: 10
steps:
Expand Down

0 comments on commit fa686d2

Please sign in to comment.