Skip to content

Commit

Permalink
specify runner os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanEngelbrecht committed Sep 24, 2024
1 parent 14a0ece commit 41a4f06
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

build-linux:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
config: [debug, release]
Expand All @@ -39,7 +39,7 @@ jobs:
test-linux:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
config: [debug, release]
Expand All @@ -57,7 +57,7 @@ jobs:
dist-linux:

needs: build-linux
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand All @@ -73,7 +73,7 @@ jobs:

build-darwin:

runs-on: macos-latest
runs-on: macos-14
strategy:
matrix:
config: [debug, release]
Expand All @@ -97,7 +97,7 @@ jobs:
test-darwin:

runs-on: macos-latest
runs-on: macos-14
strategy:
matrix:
config: [debug, release]
Expand All @@ -117,7 +117,7 @@ jobs:
dist-darwin:

needs: build-darwin
runs-on: macos-latest
runs-on: macos-14
strategy:
matrix:
arch: [x64, arm64]
Expand All @@ -136,7 +136,7 @@ jobs:

build-win32:

runs-on: windows-latest
runs-on: windows-2022
strategy:
matrix:
config: [debug, release]
Expand All @@ -160,7 +160,7 @@ jobs:
test-win32:

runs-on: windows-latest
runs-on: windows-2022
strategy:
matrix:
config: [debug, release]
Expand All @@ -178,7 +178,7 @@ jobs:
dist-win32:

needs: build-win32
runs-on: windows-latest
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 41a4f06

Please sign in to comment.