Skip to content

Commit

Permalink
all runners
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 24, 2024
1 parent fcab17c commit 6205933
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# for github runner images, see: https://github.com/actions/runner-images?tab=readme-ov-file#available-images

name: CI

on:
Expand All @@ -11,9 +13,6 @@ on:

env:
python_bld_ver: 3.9
ubuntu_bld: ubuntu-20.04
mac_bld: macOS-13
windows_bld: windows-2022
ubuntu_test: ubuntu-latest
mac_test: macOS-latest
windows_test: windows-latest
Expand All @@ -34,22 +33,22 @@ jobs:
options: "-debug_64"
artifact_name: "libebm_ubuntu_debug_64"
- name: mac_release_64
image: macOS-13
image: macos-13
asm: "-asm"
options: "-release_64"
artifact_name: "libebm_mac_release_64"
- name: mac_debug_64
image: macOS-13
image: macos-13
asm: ""
options: "-debug_64"
artifact_name: "libebm_mac_debug_64"
- name: mac_release_arm
image: macOS-13-arm64
image: macos-14
asm: "-asm"
options: "-release_arm"
artifact_name: "libebm_mac_release_arm"
- name: mac_debug_arm
image: macOS-13-arm64
image: macos-14
asm: ""
options: "-debug_arm"
artifact_name: "libebm_mac_debug_arm"
Expand Down

0 comments on commit 6205933

Please sign in to comment.