Skip to content

Commit 100c9a3

Browse files
committed
Use fixed versions of CI images
1 parent 7b4e17b commit 100c9a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
config: { name: Frameworks, flags: -GNinja -DSFML_BUILD_FRAMEWORKS=TRUE -DBUILD_SHARED_LIBS=TRUE }
6868
- platform: { name: macOS , os: macos-12 }
6969
config: { name: System Deps, flags: -GNinja -DBUILD_SHARED_LIBS=TRUE -DSFML_USE_SYSTEM_DEPS=TRUE }
70-
- platform: { name: Android, os: ubuntu-latest }
70+
- platform: { name: Android, os: ubuntu-22.04 }
7171
config:
7272
name: x86 (API 21)
7373
flags: -GNinja -DCMAKE_ANDROID_ARCH_ABI=x86 -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=21 -DCMAKE_ANDROID_NDK=$ANDROID_NDK_ROOT -DBUILD_SHARED_LIBS=TRUE -DCMAKE_ANDROID_STL_TYPE=c++_shared -DSFML_RUN_DISPLAY_TESTS=OFF -DSFML_RUN_AUDIO_DEVICE_TESTS=OFF
@@ -77,7 +77,7 @@ jobs:
7777
emuarch: x86
7878
# emuapi: 29 # Removing this causes the tests to not run. This works around an issue that causes the test step to hang indefinitely.
7979
type: { name: Release }
80-
- platform: { name: Android, os: ubuntu-latest }
80+
- platform: { name: Android, os: ubuntu-22.04 }
8181
config:
8282
name: x86_64 (API 24)
8383
flags: -GNinja -DCMAKE_ANDROID_ARCH_ABI=x86_64 -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=24 -DCMAKE_ANDROID_NDK=$ANDROID_NDK_ROOT -DBUILD_SHARED_LIBS=TRUE -DCMAKE_ANDROID_STL_TYPE=c++_shared -DSFML_RUN_DISPLAY_TESTS=OFF -DSFML_RUN_AUDIO_DEVICE_TESTS=OFF
@@ -87,15 +87,15 @@ jobs:
8787
emuarch: x86_64
8888
# emuapi: 34 # Removing this causes the tests to not run. This works around an issue that causes the Network module tests to fail.
8989
type: { name: Release }
90-
- platform: { name: Android, os: ubuntu-latest }
90+
- platform: { name: Android, os: ubuntu-22.04 }
9191
config:
9292
name: armeabi-v7a (API 29)
9393
flags: -GNinja -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=29 -DCMAKE_ANDROID_NDK=$ANDROID_NDK_ROOT -DBUILD_SHARED_LIBS=TRUE -DCMAKE_ANDROID_STL_TYPE=c++_shared
9494
arch: armeabi-v7a
9595
api: 29
9696
# There are no emulators available for armeabi-v7a so we skip running the tests (we still build them) by not specifying emuapi
9797
type: { name: Debug, flags: -DCMAKE_BUILD_TYPE=Debug }
98-
- platform: { name: Android, os: ubuntu-latest }
98+
- platform: { name: Android, os: ubuntu-22.04 }
9999
config:
100100
name: arm64-v8a (API 33)
101101
flags: -GNinja -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=33 -DCMAKE_ANDROID_NDK=$ANDROID_NDK_ROOT -DBUILD_SHARED_LIBS=TRUE -DCMAKE_ANDROID_STL_TYPE=c++_shared -DSFML_RUN_DISPLAY_TESTS=OFF -DSFML_RUN_AUDIO_DEVICE_TESTS=OFF

0 commit comments

Comments
 (0)