Skip to content

Commit

Permalink
Downgrade Oracle CI to Ubuntu 22.04
Browse files Browse the repository at this point in the history
Some library is said to be missing when running on 24.04. Might be an
artifact of the specific container image we're using.
  • Loading branch information
Krzmbrzl committed Feb 6, 2025
1 parent 347fe8e commit 4ca0dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
unity_build: false
- lib_type: shared
backend: Oracle
runner: ubuntu-24.04
runner: ubuntu-22.04
unity_build: false
- lib_type: shared
backend: ODBC
Expand All @@ -77,7 +77,7 @@ jobs:
runner: ubuntu-24.04
- lib_type: static
backend: Oracle
runner: ubuntu-24.04
runner: ubuntu-22.04
- lib_type: static
backend: ODBC
runner: ubuntu-24.04
Expand Down

0 comments on commit 4ca0dd9

Please sign in to comment.