Skip to content

Commit

Permalink
Use more recent images for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun authored and nkanaev committed Aug 13, 2023
1 parent 219842d commit 57ea83c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build_macos:
name: Build for MacOS
runs-on: macos-10.15
runs-on: macos-13
steps:
- name: "Checkout"
uses: actions/checkout@v2
Expand All @@ -34,7 +34,7 @@ jobs:

build_windows:
name: Build for Windows
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: "Checkout"
uses: actions/checkout@v2
Expand All @@ -61,7 +61,7 @@ jobs:

build_linux:
name: Build for Linux
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: "Checkout"
uses: actions/checkout@v2
Expand Down

0 comments on commit 57ea83c

Please sign in to comment.