Skip to content

Commit

Permalink
Fix OS versions under CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbuda committed Aug 30, 2024
1 parent e76c90b commit 0c1db59
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
workflow_dispatch:

env:
OFFICIAL: false
OFFICIAL: true

jobs:
build_and_test_ubuntu:
strategy:
matrix:
platform: [ubuntu-22.04]
platform: [ubuntu-24.04]
mg_version:
- "2.19.0-rc2"
- "2.19.0"
runs-on: ${{ matrix.platform }}
steps:
- name: Set up and check memgraph download link
Expand All @@ -33,7 +33,6 @@ jobs:
echo "Memgraph download link is not valid"
exit 1
fi
- name: Install dependencies (Ubuntu 22.04)
if: matrix.platform == 'ubuntu-22.04'
run: |
Expand Down Expand Up @@ -97,7 +96,7 @@ jobs:
build_apple:
strategy:
matrix:
platform: [macos-latest]
platform: [macos-14]
runs-on: ${{ matrix.platform }}
steps:
- name: Set-up repository
Expand Down

0 comments on commit 0c1db59

Please sign in to comment.