Skip to content

Commit

Permalink
fix(netxlite.yml): faster builds using macos-11
Browse files Browse the repository at this point in the history
It seems there are very few macos-10.15 workers, which makes
the build time very high for netxlite (unnecessarily).
  • Loading branch information
bassosimone committed May 31, 2023
1 parent 79bba6f commit ef263a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netxlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
os: [ "ubuntu-20.04", "windows-2019", "macos-10.15" ]
os: [ "ubuntu-20.04", "windows-2019", "macos-11" ]
steps:

- uses: actions/checkout@v3
Expand Down

0 comments on commit ef263a6

Please sign in to comment.