Skip to content

Commit

Permalink
fix runner platform
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 9, 2025
1 parent 4bfbc57 commit 4f9cde6
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 18 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/c-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ jobs:
arch: x86_64
make_file: "Unix Makefiles"
- os: windows-latest
platform: windows
platform: windows/amd64
arch: amd64
make_file: "MinGW Makefiles"
- os: windows-latest
platform: windows
platform: windows/arm64
arch: arm64
make_file: "MinGW Makefiles"
- os: macos-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: windows-latest
platform: windows
platform: windows/amd64
arch: amd64
- os: windows-latest
platform: windows
platform: windows/arm64
arch: arm64

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
dotnet-version: [2.1.x, 3.0.x, 3.1.x, 5.0.x, 6.0.x, 8.0.x]
include:
- os: windows-latest
platform: windows
platform: windows/amd64
arch: amd64
- os: windows-latest
platform: windows
platform: windows/arm64
arch: arm64
- dotnet-version: 2.1.x
binding-framework: netstandard2.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/java-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
java-version: ['11', '17', '19']
include:
- os: windows-latest
platform: windows
platform: windows/amd64
arch: amd64
- os: windows-latest
platform: windows
platform: windows/arm64
arch: arm64

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
java-version: ['11', '17', '19']
include:
- os: windows-latest
platform: windows
platform: windows/amd64
arch: amd64
- os: windows-latest
platform: windows
platform: windows/arm64
arch: arm64

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
node-version: [16.x, 18.x, 20.x]
include:
- os: windows-latest
platform: windows
platform: windows/amd64
arch: amd64
- os: windows-latest
platform: windows
platform: windows/arm64
arch: arm64

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
node-version: [16.x, 18.x, 20.x]
include:
- os: windows-latest
platform: windows
platform: windows/amd64
arch: amd64
- os: windows-latest
platform: windows
platform: windows/arm64
arch: arm64

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
include:
- os: windows-latest
platform: windows
platform: windows/amd64
arch: amd64
- os: windows-latest
platform: windows
platform: windows/arm64
arch: arm64

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
include:
- os: windows-latest
platform: windows
platform: windows/amd64
arch: amd64
- os: windows-latest
platform: windows
platform: windows/arm64
arch: arm64

steps:
Expand Down

0 comments on commit 4f9cde6

Please sign in to comment.