Skip to content

Commit

Permalink
use -latest runners
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 8, 2023
1 parent 58cd7b1 commit 5334851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
build_windows:
name: Build for Windows
if: "!contains(github.event.head_commit.message, '[skip windows]')"
runs-on: windows-2019
runs-on: windows-latest
continue-on-error: true
strategy:
max-parallel: 4
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
build_windows_avx512:
name: Build for Windows
if: "!contains(github.event.head_commit.message, '[skip windows-avx]')"
runs-on: windows-2019
runs-on: windows-latest
continue-on-error: true
strategy:
max-parallel: 4
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [ubuntu-22.04, macOS-10.15, windows-2019]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request_test_non_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
jobs:
build_macos_aarch64:
name: Build for macOS aarch64
if: 0 #"!contains(github.event.head_commit.message, '[skip macos-aarch64]')"
runs-on: macOS-11
if: "!contains(github.event.head_commit.message, '[skip macos-aarch64]')"
runs-on: macOS-latest
strategy:
max-parallel: 4
matrix:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:

build-arm64:
name: Build for Arm64-Centos7
if: 0 #"!contains(github.event.head_commit.message, '[skip arm64]')"
if: "!contains(github.event.head_commit.message, '[skip arm64]')"
runs-on: ubuntu-22.04
continue-on-error: true
strategy:
Expand Down

0 comments on commit 5334851

Please sign in to comment.