Skip to content

Commit

Permalink
Latest DART and Ubuntu 22.04 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Sep 16, 2024
1 parent 76ea6dd commit 47f0b84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
build_python: [ON]
compiler: [gcc, clang]
magnum_gui: [ON, OFF]
dart_tag: ["v6.13.1"]
dart_tag: ["v6.13.2"]
env:
COMPILER: ${{ matrix.compiler }}
BUILD_TYPE: ${{ matrix.build_type }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_linux_dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
build_type: [Release]
build_python: [ON]
compiler: [gcc, clang]
dart_tag: ["v6.13.1"]
dart_tag: ["v6.13.2"]
env:
COMPILER: ${{ matrix.compiler }}
BUILD_TYPE: ${{ matrix.build_type }}
Expand Down
2 changes: 1 addition & 1 deletion ci/install_dart_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

PREFIX=/usr
DEPS_FOLDER=~/.deps
DART_TAG=v6.13.1
DART_TAG=v6.13.2
SUDOCMD=sudo

PREFIX=${1:-$PREFIX}
Expand Down

0 comments on commit 47f0b84

Please sign in to comment.