Skip to content

Commit

Permalink
Update OS versions in GitHub Actions pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Jan 3, 2024
1 parent 85d6205 commit 27cf911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-18.04, ubuntu-20.04 ]
os: [ ubuntu-20.04, ubuntu-22.04 ]
steps:
- uses: actions/checkout@v2
- name: "Update dependencies"
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-10.15, macos-11 ]
os: [ macos-11, macos-12, macos-13 ]
steps:
- uses: actions/checkout@v2
- name: "Install dependencies"
Expand Down

0 comments on commit 27cf911

Please sign in to comment.