Skip to content

Commit

Permalink
Attempt to use latest runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Antidote committed Oct 22, 2023
1 parent e038647 commit 35d1701
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
build-linux:
name: Build Linux (${{matrix.name}} x86_64)
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

env:
BUILDCACHE_DIR: ${{github.workspace}}/.buildcache
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
build-macos:
name: Build macOS (AppleClang universal)
runs-on: macos-11
runs-on: macos-latest

env:
IPP_VERSION: 2021.2.0.192
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
build-ios:
name: Build iOS (AppleClang arm64)
runs-on: macos-11
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
build-tvos:
name: Build tvOS (AppleClang arm64)
runs-on: macos-11
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
build-windows:
name: Build Windows (${{matrix.name}} x86_64)
runs-on: windows-2019
runs-on: windows-latest

env:
Qt_VERSION: 5.15.2
Expand Down

0 comments on commit 35d1701

Please sign in to comment.