Skip to content

Commit

Permalink
fix(ci): use ubuntu which now have 16 GB memory
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Mar 20, 2024
1 parent 0b64ac1 commit b521f43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ concurrency:
jobs:
higher-memory:
if: contains(github.event.pull_request.labels.*.name, 'trigger native test')
runs-on: macos-12
runs-on: ubuntu-latest

steps:
- name: Checkout code
Expand All @@ -90,7 +90,8 @@ jobs:

lower-memory:
if: contains(github.event.pull_request.labels.*.name, 'trigger native test')
runs-on: macos-12
runs-on: ubuntu-latest


steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-native-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ref-branch: [main]

if: github.repository == 'apache/camel-k'
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v4
Expand Down

0 comments on commit b521f43

Please sign in to comment.