Skip to content

Commit

Permalink
Changed OS labels
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov committed May 10, 2024
1 parent e6cb6ed commit 2047bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

intel:
name: Validate intel
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: test in the installations
Expand All @@ -31,7 +31,7 @@ jobs:

m1:
name: Validate arm64
runs-on: macos-14 # TODO: investigate why latest does not represent macos 14
runs-on: macos-latest # TODO: investigate why latest does not represent macos 14
steps:
- uses: actions/checkout@v3
- name: test in the installations
Expand Down

0 comments on commit 2047bea

Please sign in to comment.